From efd27cb211133a0f28dd5c834f439e675d722900 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Wed, 21 Dec 2022 12:35:15 +0100 Subject: [PATCH] CSS position data-unread better --- dev/Styles/User/FolderList.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/Styles/User/FolderList.less b/dev/Styles/User/FolderList.less index 8b864cf97..ab276644b 100644 --- a/dev/Styles/User/FolderList.less +++ b/dev/Styles/User/FolderList.less @@ -145,12 +145,12 @@ { content: attr(data-unread); background-color: var(--unread-count-bg-color, #999); - border-radius: 9px; + border-radius: 1em; color: var(--unread-count-color, #fff); font-size: 11px; - line-height: 19px; - margin-top: 5px; - min-width: 1em; + line-height: 1.5em; + margin-top: 7px; + min-width: 1.7em; padding: 1px 4px; text-align: center; text-shadow: 0 -1px 0 rgba(0,0,0,.25);