From 5a07894b0ae16d9570091f4f7c2d5e16e7bfaa90 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 13 Apr 2025 21:21:51 +0530 Subject: [PATCH] New: Reduced the width of progress bar on Continue Watching cards on phones Its right end would not get partially covered by the mini resume button on phones anymore --- Theme/ElegantFin-theme-nightly.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 947e61c..db85030 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -716,6 +716,10 @@ html { border-radius: var(--largeRadius); } +.layout-mobile .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) { + width: calc(100% - 2.5em); +} + .itemProgressBarForeground { border-radius: var(--largeRadius); background-color: var(--dimTextColor);