mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix drawer showing on all pages and item details padding
This commit is contained in:
parent
4e7f0136f7
commit
b08b8656e9
3 changed files with 19 additions and 11 deletions
|
@ -53,7 +53,7 @@ const AppLayout = () => {
|
|||
</ElevationScroll>
|
||||
|
||||
{
|
||||
user && (
|
||||
isDrawerAvailable && (
|
||||
<AppDrawer
|
||||
open={isDrawerOpen}
|
||||
onClose={onToggleDrawer}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue