mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update sync
This commit is contained in:
parent
d0aee5580a
commit
0e2b46b686
47 changed files with 309 additions and 145 deletions
|
@ -1039,8 +1039,8 @@
|
|||
var drawerWidth = screen.availWidth - 50;
|
||||
// At least 240
|
||||
drawerWidth = Math.max(drawerWidth, 240);
|
||||
// But not exceeding 270
|
||||
drawerWidth = Math.min(drawerWidth, 270);
|
||||
// But not exceeding 280
|
||||
drawerWidth = Math.min(drawerWidth, 280);
|
||||
|
||||
var disableEdgeSwipe = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue