From 5209cbb8f1547ea7d697dd520eec97bfe9d628d4 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 26 Oct 2025 20:51:56 +0530 Subject: [PATCH] Fix: Prevented the foreign title from overlapping the clear logo on larger screens --- Theme/ElegantFin-theme-nightly.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index e93e5c8..86cf954 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2332,8 +2332,6 @@ div[data-type="PhotoAlbum"] .play_arrow:before { .mainDetailButtons { justify-content: center; - /* test for 10.11.0 */ - /* margin: 0 0 1em 0; */ margin: 0; } @@ -2345,7 +2343,7 @@ div[data-type="PhotoAlbum"] .play_arrow:before { @media (min-width: 100em) { .mainDetailButtons { font-size: unset; - margin: 0 0 1em 0; + margin: 0; } }