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:
parent
bb5f0a002b
commit
b1b15f9f25
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@
|
|||
.posterItemOverlayInner {
|
||||
padding: 11px 12px 10px;
|
||||
}
|
||||
|
||||
.posterItemOverlayInner button:last-child {
|
||||
margin-right:0!important;
|
||||
}
|
||||
.posterItemOverlayInner p {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue