diff options
| author | Henry Jameson <me@hjkos.com> | 2023-11-19 16:14:24 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-11-19 16:14:24 +0200 |
| commit | d178a56924dfd3dec180270fa197493b3a505780 (patch) | |
| tree | d603d1e0f61c55946d28a7329bc745a864eee412 /src | |
| parent | fd3ad106bed2a5f790556bae200de5c352c5c0ea (diff) | |
improve visual for the description bit
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/settings_modal/tabs/notifications_tab.vue | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/settings_modal/tabs/notifications_tab.vue b/src/components/settings_modal/tabs/notifications_tab.vue index 00d0f921..ffaa5723 100644 --- a/src/components/settings_modal/tabs/notifications_tab.vue +++ b/src/components/settings_modal/tabs/notifications_tab.vue @@ -12,9 +12,11 @@ <BooleanSetting path="ignoreInactionableSeen"> {{ $t('settings.notification_setting_ignore_inactionable_seen') }} </BooleanSetting> - <p> - {{ $t('settings.notification_setting_ignore_inactionable_seen_tip') }} - </p> + <div> + <small> + {{ $t('settings.notification_setting_ignore_inactionable_seen_tip') }} + </small> + </div> </li> <li> <BooleanSetting path="unseenAtTop"> |
