Only show episode play button on hover
This commit is contained in:
@@ -300,6 +300,14 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Only show play button on hover */
|
||||
.layout-desktop .listItemImageButton.itemAction[data-action="resume"] {
|
||||
opacity: 0;
|
||||
}
|
||||
.layout-desktop .listItem:hover .listItemImageButton.itemAction[data-action="resume"] {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Floating indicator */
|
||||
.innerCardFooter {
|
||||
margin: .5em;
|
||||
|
||||
Reference in New Issue
Block a user