Merge pull request #1948 from makoehr/compact-folder-list-for-snappymail

More compact view of folder list
This commit is contained in:
Maarten 2025-06-16 17:19:20 +02:00 committed by GitHub
commit 9f6d2e4cb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;