New: Increased the size of play/pause button on video OSD and music player

This commit is contained in:
lscambo13
2025-05-14 14:09:23 -07:00
parent ad4d1f0adf
commit 44c5d38523

View File

@@ -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;