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

use backdrops in grid view

This commit is contained in:
Luke Pulverenti 2013-04-06 17:10:12 -04:00
parent e37f1d2fbc
commit 1613e7f451
2 changed files with 22 additions and 8 deletions

View file

@ -62,7 +62,7 @@
}
.libraryGridImage {
width: 50px;
width: 120px;
}
.thName, .tdName {
@ -83,11 +83,12 @@
.libraryItemsGrid th, .libraryItemsGrid td {
vertical-align: top;
text-align: left;
padding: 10px;
padding: 10px 10px 5px;
}
.libraryItemsGrid th {
padding-bottom: 1em;
padding-top: 0;
}
.libraryItemsGrid td {