mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-03-03 00:27:01 +00:00
Small change for #1948 to make it relative to font size
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
border-left: 3px solid transparent;
|
||||
color: var(--folders-color, #333);
|
||||
display: block;
|
||||
line-height: 24px;
|
||||
line-height: 2.2em;
|
||||
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: 2px;
|
||||
margin-top: 0.5em;
|
||||
min-width: 1.7em;
|
||||
padding: 1px 4px;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user