1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Make font size relative

This commit is contained in:
Dmitry Lyzo 2021-02-28 11:13:22 +03:00
parent 6a60938b09
commit 7b96ecb13b

View file

@ -118,7 +118,7 @@
} }
.btnPlayPause { .btnPlayPause {
font-size: xx-large; font-size: 2em;
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
@ -322,7 +322,7 @@
-webkit-box-pack: center; -webkit-box-pack: center;
-webkit-justify-content: center; -webkit-justify-content: center;
justify-content: center; justify-content: center;
font-size: x-large; font-size: 1.5em;
height: 100%; height: 100%;
} }