New: Removed the gap between the backdrop and the top of screen on phones

This commit is contained in:
lscambo13
2025-05-10 09:50:33 -07:00
parent a9d9df70fe
commit 39d1bc7d28

View File

@@ -622,7 +622,9 @@ html {
}
.layout-mobile .itemBackdrop {
margin-top: 3.5em;
margin-top: 0;
position: sticky;
top: -10%;
}
.layout-tv .itemBackdrop {