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

update music card styles

This commit is contained in:
Luke Pulverenti 2015-04-16 23:31:09 -04:00
parent e75bd326d3
commit bda0f89c4d
5 changed files with 11 additions and 22 deletions

View file

@ -4,7 +4,7 @@
var screenWidth = $(window).width();
return screenWidth >= 2200 ? 10 : 9;
return screenWidth >= 1920 ? 9 : 8;
}
function loadLatest(page, parentId) {