1
0
Fork 0
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:
Bill Thornton 2024-01-04 01:13:28 -05:00
parent 4e7f0136f7
commit b08b8656e9
3 changed files with 19 additions and 11 deletions

View file

@ -53,7 +53,7 @@ const AppLayout = () => {
</ElevationScroll>
{
user && (
isDrawerAvailable && (
<AppDrawer
open={isDrawerOpen}
onClose={onToggleDrawer}