From 295d42f3222f253e8fa6a02287d817cf1583fe48 Mon Sep 17 00:00:00 2001 From: Samira <13108552+koninginsamira@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:15:27 +0200 Subject: [PATCH] Refactor for clarity --- andromeda.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/andromeda.css b/andromeda.css index 4701563..bd4cc8f 100644 --- a/andromeda.css +++ b/andromeda.css @@ -218,17 +218,20 @@ div:has(> div > .emby-scroller-container) { font-size: var(--logo-height); } -/* Season */ +/* Episode title */ .nameContainer h3.itemName.infoText.subtitle bdi { display: flex; flex-direction: column; place-items: center; gap: 1em; + font-size: larger; + + /* Hide characters left by moving around season title */ text-indent: -1ch; overflow: hidden; - font-size: larger; } +/* Season title */ .nameContainer h3.itemName.infoText.subtitle bdi [data-type="Season"] { text-indent: 0; font-size: .72em;