Fixed episode buttons not being visible on phone
Deploy to Unraid Share / copy-file (push) Successful in 6s
Deploy to Unraid Share / copy-file (push) Successful in 6s
This commit is contained in:
@@ -294,6 +294,10 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Only show user data buttons on hover */
|
||||||
|
.layout-desktop .listItem-content .listViewUserDataButtons {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
.layout-desktop .listItem:hover .listItem-content .listViewUserDataButtons {
|
.layout-desktop .listItem:hover .listItem-content .listViewUserDataButtons {
|
||||||
|
|||||||
Reference in New Issue
Block a user