All CSS font-size to % instead of px

This commit is contained in:
the-djmaze 2023-12-11 13:34:23 +01:00
parent c1c851c238
commit c3f7827683
21 changed files with 52 additions and 52 deletions

View file

@ -142,7 +142,7 @@
background-color: var(--unread-count-bg-color, #999);
border-radius: 1em;
color: var(--unread-count-color, #fff);
font-size: 11px;
font-size: 80%;
line-height: 1.5em;
margin-top: 7px;
min-width: 1.7em;
@ -212,6 +212,7 @@
max-height: 2em;
max-width: fit-content;
overflow: hidden;
text-overflow: ellipsis;
width: calc(100% - 48px);
}