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

Merge branch 'master' into fix-details-menu

This commit is contained in:
Cameron 2020-08-27 17:41:10 +01:00 committed by GitHub
commit 901eb03e34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 184 additions and 140 deletions

View file

@ -1065,7 +1065,7 @@ function renderDetails(page, item, apiClient, context, isStatic) {
}
function enableScrollX() {
return browser.mobile && screen.availWidth <= 1000;
return browser.mobile && window.screen.availWidth <= 1000;
}
function getPortraitShape(scrollX) {