1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Luke Pulverenti 2014-06-24 00:18:11 -04:00
commit bcb7bc1bf0

View file

@ -769,6 +769,9 @@ progress {
cursor: pointer; cursor: pointer;
vertical-align: top; vertical-align: top;
} }
.imgUserItemRating:last-child {
margin-right: 0;
}
.imgUserItemRating:hover { .imgUserItemRating:hover {
opacity: .5; opacity: .5;
@ -1073,4 +1076,4 @@ progress {
width: 250px; width: 250px;
height: 140.625px; height: 140.625px;
} }
} }