mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
All CSS font-size to % instead of px
This commit is contained in:
parent
c1c851c238
commit
c3f7827683
21 changed files with 52 additions and 52 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue