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

update responsive width

This commit is contained in:
Luke Pulverenti 2016-04-30 00:00:14 -04:00
parent f0708399bb
commit 78e572f2fc

View file

@ -2075,6 +2075,9 @@ var AppInfo = {};
drawer.disableEdgeSwipe = true;
}
// Default is 600px
drawer.responsiveWidth = '640px';
var deps = [];
deps.push('scripts/extensions');