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

begin rework of library setup

This commit is contained in:
Luke Pulverenti 2015-10-15 13:21:18 -04:00
parent baf6756fc1
commit 264dafb8a4
13 changed files with 413 additions and 289 deletions

View file

@ -133,7 +133,7 @@
for (var i = 0, length = users.length; i < length; i++) {
var user = users[i];
html += '<div class="card squareCard alternateHover bottomPaddedCard"><div class="cardBox visualCardBox">';
html += '<div class="card squareCard bottomPaddedCard"><div class="cardBox visualCardBox">';
html += '<div class="cardScalable">';