From 44c5d38523da589dd64f21bf376b93ccde25e080 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 14 May 2025 14:09:23 -0700 Subject: [PATCH] New: Increased the size of play/pause button on video OSD and music player --- Theme/ElegantFin-theme-nightly.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 53883a9..332ceb7 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -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;