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);