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:
parent
e20df3f284
commit
2033710670
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue