From c3660bee571152c6f4373708096c24145fcf4999 Mon Sep 17 00:00:00 2001 From: Mathias Koehrer Date: Fri, 11 Apr 2025 17:19:19 +0200 Subject: [PATCH] More compact view of folder list With many folders, the line-height is too large. It is reduced to make the view more compact. Also, the top margin for the number of unread-folder will be adapted. --- dev/Styles/User/FolderList.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/Styles/User/FolderList.less b/dev/Styles/User/FolderList.less index 6157ec2e1..d93aaa933 100644 --- a/dev/Styles/User/FolderList.less +++ b/dev/Styles/User/FolderList.less @@ -82,7 +82,7 @@ border-left: 3px solid transparent; color: var(--folders-color, #333); display: block; - line-height: 34px; + line-height: 24px; padding: 0 2em 0 @folderItemPadding; position: relative; text-decoration: none; @@ -151,7 +151,7 @@ color: var(--unread-count-color, #fff); font-size: 80%; line-height: 1.5em; - margin-top: 7px; + margin-top: 2px; min-width: 1.7em; padding: 1px 4px; text-align: center;