From 80402436ecd2e1050601a531b9f28eb2a0186cd8 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 16 May 2025 12:08:37 -0700 Subject: [PATCH] Fix: Resume media progress bar was misaligned in episode list thumbnails --- Theme/ElegantFin-theme-nightly.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 15f61fc..8e6d864 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -917,6 +917,17 @@ html { width: calc(100% - 7em); } +.listItemImage .itemProgressBar { + position: absolute; + margin: 8%; +} + +.layout-mobile .listItemImage .itemProgressBar { + position: absolute; + justify-self: center; + margin-bottom: 5%; +} + .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) { backdrop-filter: var(--blurLarge); background-color: var(--osdSeekBarBufferedColorAlpha) !important;