Condense view horizontally and fix settings item spacings
This commit is contained in:
@@ -47,7 +47,7 @@ onMounted(async () => {
|
||||
|
||||
<Section :title="$t('network.dyndns.title')" :padding="false">
|
||||
<SettingsItem>
|
||||
<p>{{ $t('network.dyndns.description') }}</p>
|
||||
<div>{{ $t('network.dyndns.description') }}</div>
|
||||
<Switch v-model="dynDnsIsEnabled" @change="onToggleDynDns" :busy="busy"/>
|
||||
</SettingsItem>
|
||||
</Section>
|
||||
|
||||
Reference in New Issue
Block a user