mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improved tile display
This commit is contained in:
parent
c513738514
commit
400ef92e17
3 changed files with 17 additions and 11 deletions
|
@ -5,7 +5,7 @@
|
|||
display: inline-block;
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
color: #fff;
|
||||
color: #fff!important;
|
||||
text-decoration: none;
|
||||
text-align: left;
|
||||
overflow: hidden;
|
||||
|
@ -20,7 +20,12 @@
|
|||
.posterItemImage {
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: left bottom;
|
||||
background-position: center bottom;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.transparentPosterItem .posterItemImage {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.defaultPosterItemImage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue