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:
commit
901eb03e34
22 changed files with 184 additions and 140 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue