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

Align chapter thumbs vertically

This commit is contained in:
Tim Hobbs 2014-06-16 12:09:30 -07:00
parent 812a07005b
commit a1309fa4a8

View file

@ -42,6 +42,10 @@
position: relative;
}
#scenesContent .posterItemImage {
background-position-y: center;
}
.posterItem:hover .posterItemImage {
-moz-box-shadow: 0 0 12px 7px #38c;
-webkit-box-shadow: 0 0 12px 7px #38c;