mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +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
|
|
@ -24,7 +24,7 @@
|
|||
.audioPlace {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-size: 30px;
|
||||
font-size: 214%;
|
||||
height: 1em;
|
||||
margin-right: 10px;
|
||||
width: 1em;
|
||||
|
|
@ -64,7 +64,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;
|
||||
min-width: 1.7em;
|
||||
padding: 1px 4px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue