New: Increased the size of play/pause button on video OSD and music player
This commit is contained in:
parent
ad4d1f0adf
commit
44c5d38523
1 changed files with 12 additions and 0 deletions
|
|
@ -1068,6 +1068,18 @@ progress+span {
|
|||
color: rgb(34, 197, 94);
|
||||
}
|
||||
|
||||
.videoOsdBottom.videoOsdBottom-maincontrols .btnPause {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.nowPlayingBar .playPauseButton {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.nowPlayingInfoContainer .btnPlayPause {
|
||||
font-size: 3em;
|
||||
}
|
||||
|
||||
.itemDetailsGroup {
|
||||
outline: none;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Reference in a new issue