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

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