aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-07-15 09:56:46 -0500
committerMark Felder <feld@FreeBSD.org>2020-07-15 09:56:46 -0500
commit149941828f4cd751e20e8a94644567b89e0e61ea (patch)
tree48ac8d0b62d74f8740c247073cbd1b7f8a47998d /src/components
parent1454d33e532b388204b0995d6632c1f7e1b76fb7 (diff)
Improve layout of the Notifications Filters section
Diffstat (limited to 'src/components')
-rw-r--r--src/components/settings_modal/tabs/notifications_tab.vue15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/components/settings_modal/tabs/notifications_tab.vue b/src/components/settings_modal/tabs/notifications_tab.vue
index eb9d5598..86eed3f5 100644
--- a/src/components/settings_modal/tabs/notifications_tab.vue
+++ b/src/components/settings_modal/tabs/notifications_tab.vue
@@ -2,16 +2,11 @@
<div :label="$t('settings.notifications')">
<div class="setting-item">
<h2>{{ $t('settings.notification_setting_filters') }}</h2>
- <div class="select-multiple">
- <span class="label">{{ $t('settings.notification_setting') }}</span>
- <ul class="option-list">
- <li>
- <Checkbox v-model="notificationSettings.block_from_strangers">
- {{ $t('settings.notification_setting_block_from_strangers') }}
- </Checkbox>
- </li>
- </ul>
- </div>
+ <p>
+ <Checkbox v-model="notificationSettings.block_from_strangers">
+ {{ $t('settings.notification_setting_block_from_strangers') }}
+ </Checkbox>
+ </p>
</div>
<div class="setting-item">