mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
Fix precision issue in cardBuilder
This commit is contained in:
parent
3ccb4fabb4
commit
481784622a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user