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:
parent
f0708399bb
commit
78e572f2fc
1 changed files with 3 additions and 0 deletions
|
@ -2075,6 +2075,9 @@ var AppInfo = {};
|
|||
drawer.disableEdgeSwipe = true;
|
||||
}
|
||||
|
||||
// Default is 600px
|
||||
drawer.responsiveWidth = '640px';
|
||||
|
||||
var deps = [];
|
||||
deps.push('scripts/extensions');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue