From 8edfed532060d6b5eb388a8a8ea1c5a3cac87fb5 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 24 Jan 2025 13:55:44 -0800 Subject: [PATCH] Fix: Parental rating icon was not scaling up on TV layout --- 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 522dc59..814462c 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -482,7 +482,7 @@ html { .mediaInfoOfficialRating { background: transparent !important; - font-size: xx-small; + font-size: .6em; transform: translateY(-.15em); padding-inline: .5em !important; font-weight: 600;