mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix remote control nav
This commit is contained in:
parent
48c0634cc6
commit
c86f9cadc4
7 changed files with 10 additions and 28 deletions
|
@ -926,7 +926,7 @@
|
|||
}
|
||||
|
||||
function enableScrollX() {
|
||||
return browserInfo.mobile && AppInfo.enableAppLayouts && screen.availWidth <= 1000;
|
||||
return browserInfo.mobile && screen.availWidth <= 1000;
|
||||
}
|
||||
|
||||
function getPortraitShape(scrollX) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue