From 8575b9b2b45dc94a28bd1a97ba55f716315e6d52 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Mon, 3 Nov 2025 22:34:57 +0530 Subject: [PATCH] New: Increased the font size of episode title --- Theme/ElegantFin-theme-nightly.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index dbb2188..c529b64 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -3163,6 +3163,15 @@ div[data-role=controlgroup] a.ui-btn-active { padding-bottom: 0ch; } +.subtitle{ + font-size: 2em; + padding-bottom: 1em; +} + +.layout-mobile .subtitle { + font-size: 1.5em; +} + .itemName.originalTitle { padding-top: .25em; padding-bottom: .25em;