Added transition to episode hover

This commit is contained in:
Samira
2026-04-23 21:32:01 +02:00
parent 9e3f7ec75d
commit 4ef92b5e78
+1
View File
@@ -302,6 +302,7 @@
} }
.layout-desktop .listItem:hover .listItem-content .listViewUserDataButtons { .layout-desktop .listItem:hover .listItem-content .listViewUserDataButtons {
opacity: 1; opacity: 1;
transition: .2s ease-out;
} }
/* Only show play button on hover */ /* Only show play button on hover */