Update site.css
Remove right margin on last edit icon (fixes unnecessary spillover on hover menu on posters)
This commit is contained in:
parent
0784ca7a0a
commit
77b6eecf9e
1 changed files with 4 additions and 1 deletions
|
@ -769,6 +769,9 @@ progress {
|
|||
cursor: pointer;
|
||||
vertical-align: top;
|
||||
}
|
||||
.imgUserItemRating:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.imgUserItemRating:hover {
|
||||
opacity: .5;
|
||||
|
@ -1073,4 +1076,4 @@ progress {
|
|||
width: 250px;
|
||||
height: 140.625px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue