1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update sync

This commit is contained in:
Luke Pulverenti 2016-08-16 01:34:36 -04:00
parent d0aee5580a
commit 0e2b46b686
47 changed files with 309 additions and 145 deletions

View file

@ -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;