From 73e10b31ef25f568e9184118690d388ae493ebc5 Mon Sep 17 00:00:00 2001 From: Samira <13108552+koninginsamira@users.noreply.github.com> Date: Fri, 24 Apr 2026 14:23:38 +0200 Subject: [PATCH] Changed layout of episode title --- andromeda.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/andromeda.css b/andromeda.css index 33ced64..4fc9237 100644 --- a/andromeda.css +++ b/andromeda.css @@ -126,6 +126,23 @@ font-size: var(--logo-height); } +/* Season */ +.nameContainer h3.itemName.infoText.subtitle bdi { + display: flex; + flex-direction: column; + place-items: center; + gap: 1em; + text-indent: -1ch; + overflow: hidden; + font-size: larger; +} + +.nameContainer h3.itemName.infoText.subtitle bdi [data-type="Season"] { + text-indent: 0; + font-size: .72em; + font-weight: normal; +} + /* Original title */ .nameContainer h4 { text-align: center;