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

@ -52,7 +52,7 @@
.no-attachments-desc {
padding-top: 50px;
text-align: center;
font-size: 24px;
font-size: 171%;
opacity: 0.5;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
@ -65,7 +65,7 @@
.close, .minimize-custom {
border-color: #eee;
float: none;
font-size: 24px;
font-size: 171%;
opacity: 1;
line-height: 28px;
margin-left: .7em;
@ -145,7 +145,7 @@
line-height: 119px;
text-align: center;
background-color: var(--dialog-bg-clr, #fff);
font-size: 24px;
font-size: 171%;
border-radius: 10px;