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

Merge pull request #2464 from dmitrylyzo/tune-some-styles

Tune some styles on now playing page
This commit is contained in:
dkanada 2021-03-26 20:18:37 +09:00 committed by GitHub
commit 1c7ce790dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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