Small change for #1948 to make it relative to font size

This commit is contained in:
the-djmaze
2025-06-16 17:21:26 +02:00
parent 9f6d2e4cb7
commit 9dd7c021fd

View File

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