From e9676eccf8c9ed57b5c082b2fc76adb2019af487 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Mon, 19 May 2025 13:23:01 -0700 Subject: [PATCH] Fix: Resume progress bar was smaller than intended on portrait when mini play button was unavailable --- Theme/ElegantFin-theme-nightly.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 108fc85..7040090 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -939,7 +939,8 @@ html { width: calc(100% - 2.5em); } -.layout-mobile .backdropCard .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) { +.layout-mobile .backdropCard .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress), +.layout-mobile .portraitCard .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) { width: 100%; width: -webkit-fill-available; }