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

Update posteritem.css

Remove right margin on last button icon (fixes unnecessary spillover on hover menu on posters)
This commit is contained in:
Techywarrior 2014-06-24 17:14:02 -07:00
parent bb5f0a002b
commit b1b15f9f25

View file

@ -27,7 +27,9 @@
.posterItemOverlayInner {
padding: 11px 12px 10px;
}
.posterItemOverlayInner button:last-child {
margin-right:0!important;
}
.posterItemOverlayInner p {
white-space: nowrap;
overflow: hidden;