mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
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:
parent
dea7f4d1d8
commit
c3660bee57
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue