From 39d1bc7d287fbaa96573584b347bc4824671102a Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 10 May 2025 09:50:33 -0700 Subject: [PATCH] New: Removed the gap between the backdrop and the top of screen on phones --- Theme/ElegantFin-theme-nightly.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index d1be41b..ecbb6f2 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -622,7 +622,9 @@ html { } .layout-mobile .itemBackdrop { - margin-top: 3.5em; + margin-top: 0; + position: sticky; + top: -10%; } .layout-tv .itemBackdrop {