Fix tab action button hover clipping into search bar

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-02 18:33:09 +01:00
co-authored by Claude Opus 4.6
parent f11190ee25
commit 0d1deadb6f
+4
View File
@@ -438,6 +438,10 @@ body,
padding: 5px 10px;
}
.tab-action-btn:hover:not(:disabled) {
transform: none;
}
.downloads-action-bar {
display: flex;
align-items: center;