mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-03-03 02:27:01 +00:00
Merge pull request #1948 from makoehr/compact-folder-list-for-snappymail
More compact view of folder list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user