From a25a23f754c3ff75786c1f848389a78c3a9184c2 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 19 Jan 2025 17:39:27 +0530 Subject: [PATCH] Fix: Main media title text was smaller than intended on desktops --- Theme/ElegantFin-theme-nightly.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 4063d31..155b577 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1531,6 +1531,14 @@ div[data-role=controlgroup] a.ui-btn-active { padding-bottom: 2%; } +.infoWrapper h1.itemName{ + font-size: xx-large; +} + +.layout-mobile .infoWrapper h1.itemName{ + font-size: x-large; +} + [dir=ltr] .mediaInfoItem { transform-origin: left; transform: scale(.85);