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

Merge pull request #3426 from thornbill/fix-new-lint-errors

This commit is contained in:
Cody Robibero 2022-02-14 15:26:41 -07:00 committed by GitHub
commit 6ea78e3986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 57 additions and 57 deletions

View file

@ -145,7 +145,7 @@ import ServerConnections from '../ServerConnections';
return 100 / 14.2857142857;
}
if (screenWidth >= 1200) {
return 100 / 16.666666666666666666;
return 100 / 16.66666667;
}
if (screenWidth >= 1000) {
return 5;