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:
parent
e37f1d2fbc
commit
1613e7f451
2 changed files with 22 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue