fixed series/album title in now playing bar, played/unplayed toggle
This commit is contained in:
parent
10aacca355
commit
51e8bf14c7
3 changed files with 40 additions and 14 deletions
|
@ -701,15 +701,21 @@ progress {
|
|||
background-position: right center;
|
||||
}
|
||||
|
||||
.userItemRating {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
margin-right: 1em;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
}
|
||||
.imgUserItemRating {
|
||||
height: 24px;
|
||||
margin-right: 1em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.imgUserItemRating:hover {
|
||||
opacity: .5;
|
||||
}
|
||||
.imgUserItemRating:hover {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
@media all and (min-width: 650px) {
|
||||
.itemImageBlock {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue