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:
parent
812a07005b
commit
a1309fa4a8
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#scenesContent .posterItemImage {
|
||||||
|
background-position-y: center;
|
||||||
|
}
|
||||||
|
|
||||||
.posterItem:hover .posterItemImage {
|
.posterItem:hover .posterItemImage {
|
||||||
-moz-box-shadow: 0 0 12px 7px #38c;
|
-moz-box-shadow: 0 0 12px 7px #38c;
|
||||||
-webkit-box-shadow: 0 0 12px 7px #38c;
|
-webkit-box-shadow: 0 0 12px 7px #38c;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue