From f4c80d1f971fc5770fbe8df47ce70d0bac42a88c Mon Sep 17 00:00:00 2001 From: Samira <13108552+koninginsamira@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:28:25 +0200 Subject: [PATCH] Only show episode buttons on hover --- andromeda.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/andromeda.css b/andromeda.css index e7fceb0..66c7e30 100644 --- a/andromeda.css +++ b/andromeda.css @@ -294,6 +294,10 @@ position: absolute; bottom: 0; right: 0; + opacity: 0; +} +.layout-desktop .listItem:hover .listItem-content .listViewUserDataButtons { + opacity: 1; } /* Floating indicator */