1
0
Fork 0
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:
Luke Pulverenti 2013-04-28 13:39:16 -04:00
parent c513738514
commit 400ef92e17
3 changed files with 17 additions and 11 deletions

View file

@ -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 {