From a66f8b2b5f116153af01a287927d4c3edfc6f156 Mon Sep 17 00:00:00 2001 From: Luc Mcgrady Date: Mon, 5 May 2025 08:24:34 +0100 Subject: [PATCH] Fix/Layout shift on CardCounts button hover (#3971) --- ts/routes/graphs/CardCounts.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/routes/graphs/CardCounts.svelte b/ts/routes/graphs/CardCounts.svelte index a561d4997..60b0c421d 100644 --- a/ts/routes/graphs/CardCounts.svelte +++ b/ts/routes/graphs/CardCounts.svelte @@ -127,11 +127,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html } .search-link { - border: none; + border: 1px transparent solid; background: transparent; cursor: pointer; box-shadow: none; - padding: 1px 3px; + padding: 0 2px; margin-bottom: 0px; }