mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update program queries
This commit is contained in:
parent
023f7299eb
commit
f11a08df43
50 changed files with 86 additions and 30 deletions
|
@ -984,7 +984,7 @@
|
|||
// At least 240
|
||||
drawerWidth = Math.max(drawerWidth, 240);
|
||||
// But not exceeding 280
|
||||
drawerWidth = Math.min(drawerWidth, 280);
|
||||
drawerWidth = Math.min(drawerWidth, 260);
|
||||
|
||||
var disableEdgeSwipe = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue