From df38f118d357c90376a004cbd4c6e8944921d208 Mon Sep 17 00:00:00 2001 From: Samira <13108552+koninginsamira@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:06:33 +0200 Subject: [PATCH] Fixed hiding of characters left by moving around season title on mobile --- andromeda.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/andromeda.css b/andromeda.css index 503127f..1f8f3fd 100644 --- a/andromeda.css +++ b/andromeda.css @@ -225,12 +225,17 @@ div:has(> div > .emby-scroller-container) { place-items: center; gap: 1em; font-size: larger; - - /* Hide characters left by moving around season title */ - text-indent: -1ch; overflow: hidden; } +/* Hide characters left by moving around season title */ +.layout-desktop .nameContainer h3.itemName.infoText.subtitle bdi { + text-indent: -1ch; +} +.layout-mobile .nameContainer h3.itemName.infoText.subtitle bdi { + text-indent: -1.5ch; +} + /* Season title */ .nameContainer h3.itemName.infoText.subtitle bdi [data-type="Season"] { text-indent: 0;