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

@ -137,7 +137,7 @@ html.rl-left-panel-disabled {
a {
opacity: 0.5;
text-decoration: none;
font-size: 22px;
font-size: 157%;
padding: 0 3px;
cursor: pointer;
@ -147,7 +147,7 @@ html.rl-left-panel-disabled {
&.current {
opacity: 1;
font-size: 25px;
font-size: 179%;
cursor: default;
}
}