From 0d1deadb6fe457b65a97392a66acd853e23e47c4 Mon Sep 17 00:00:00 2001 From: Sucukdeluxe Date: Mon, 2 Mar 2026 18:33:09 +0100 Subject: [PATCH] Fix tab action button hover clipping into search bar Co-Authored-By: Claude Opus 4.6 --- src/renderer/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/renderer/styles.css b/src/renderer/styles.css index 46f4768..e702533 100644 --- a/src/renderer/styles.css +++ b/src/renderer/styles.css @@ -438,6 +438,10 @@ body, padding: 5px 10px; } +.tab-action-btn:hover:not(:disabled) { + transform: none; +} + .downloads-action-bar { display: flex; align-items: center;