1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix gap above backdrop on details screen in experimental layout

This commit is contained in:
Bill Thornton 2024-04-23 02:41:32 -04:00
parent e20df3f284
commit 2033710670

View file

@ -36,3 +36,8 @@ $mui-bp-xl: 1536px;
padding-top: 3.25rem !important;
}
}
// Fix backdrop position on mobile item details page
.layout-mobile .itemBackdrop {
margin-top: 0 !important;
}