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.
This commit is contained in:
Mathias Koehrer 2025-04-11 17:19:19 +02:00
parent dea7f4d1d8
commit c3660bee57

View file

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