From 646dae0b7b11c3561dd67f7d63e6e5c62d01149d Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 1 Jan 2025 11:42:30 -0800 Subject: [PATCH] Fix: Adjusted the width of My Media (Small) buttons to prevent wrapping on small screens --- Theme/ElegantFin-theme-nightly.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index bb12a5c..17ecd00 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -353,6 +353,16 @@ h1 { } } +@media (max-width: 50em) { + .homeLibraryButton { + width: 45% !important; + } +} + +.homeLibraryButton { + min-width: 15%; +} + @media (orientation: landscape) and (min-width: 40em) { .layout-mobile .itemBackdrop { height: 40vh;