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

update sort menu

This commit is contained in:
Luke Pulverenti 2016-02-26 23:39:11 -05:00
parent 73f153405c
commit 22bf2c2268
5 changed files with 9 additions and 27 deletions

View file

@ -52,7 +52,7 @@
options.Limit = screenWidth >= 1920 ? 10 : (screenWidth >= 1440 ? 8 : 6);
if (enableScrollX()) {
options.Limit = 12;
options.Limit = 16;
}
}