From 70a64c294932d30a5aaf9aa749ce3d7698ff022b Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 11 Jul 2025 12:27:24 -0700 Subject: [PATCH] Fix: Used consistent margin by ignoring the media query --- 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 46ec3ba..aad8ef9 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2101,7 +2101,7 @@ div[data-type="PhotoAlbum"] .play_arrow:before { @media (min-width: 100em) { .mainDetailButtons { font-size: unset; - margin: 1em 0; + margin: 0 0 1em 0; } }