From 26fecf22ebc7fcff5618ce2f3839d89415f2c88b Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 24 May 2025 08:27:38 -0700 Subject: [PATCH] Fix: Reduced the media title size slightly on phones --- Theme/ElegantFin-theme-nightly.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 631fcaf..403cb6a 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2322,7 +2322,7 @@ div[data-role=controlgroup] a.ui-btn-active { .layout-mobile .infoWrapper h1.itemName, .layout-mobile .infoWrapper h1.parentName, .layout-mobile .infoWrapper h1.parentNameLast { - font-size: 2.5em; + font-size: 2em; word-wrap: break-word; }