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

@ -8,7 +8,7 @@
border: 1px solid #999;
color: red;
content: attr(data-rainloopErrorTip);
font-size: 13px;
font-size: 90%;
left: 100%;
opacity: 1;
padding: 0.25em;