mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
merge branch master into strings
This commit is contained in:
commit
75a4b73a83
30 changed files with 194 additions and 156 deletions
|
@ -1067,7 +1067,7 @@ import 'emby-select';
|
|||
}
|
||||
|
||||
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