From fb49ca0d7a1e59af01941fc45a2d2b34e5f0599b Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 11 May 2025 17:37:19 +0530 Subject: [PATCH] Fix: Title size was too big for TV shows than that for movies, on phones --- Theme/ElegantFin-theme-nightly.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 1ccee59..1f1bbba 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2014,7 +2014,8 @@ div[data-role=controlgroup] a.ui-btn-active { font-size: xxx-large; } -.layout-mobile .infoWrapper h1.itemName { +.layout-mobile .infoWrapper h1.itemName, +.layout-mobile .infoWrapper h1.parentName { font-size: 1.6em; }