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:
commit
1c7ce790dc
1 changed files with 2 additions and 3 deletions
|
@ -118,9 +118,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnPlayPause {
|
.btnPlayPause {
|
||||||
font-size: xx-large;
|
font-size: 2em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingInfoControls {
|
.nowPlayingInfoControls {
|
||||||
|
@ -322,7 +321,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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue