logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: d178a56924dfd3dec180270fa197493b3a505780
parent fd3ad106bed2a5f790556bae200de5c352c5c0ea
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 19 Nov 2023 16:14:24 +0200

improve visual for the description bit

Diffstat:

Msrc/components/settings_modal/tabs/notifications_tab.vue8+++++---
1 file 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 @@ -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">