From 43d8d6ec52ed05023310375d157c0696e885950b Mon Sep 17 00:00:00 2001 From: Samira <13108552+koninginsamira@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:35:57 +0200 Subject: [PATCH] Only show episode play button on hover --- andromeda.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/andromeda.css b/andromeda.css index 66c7e30..e9f23aa 100644 --- a/andromeda.css +++ b/andromeda.css @@ -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;