From 2b5e4c4aa372632b87a404027cf53d5a7bfc3808 Mon Sep 17 00:00:00 2001 From: ivar Date: Mon, 15 Dec 2025 00:40:21 +0100 Subject: Progress --- app/src/lib/ui/button.svelte | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/lib/ui/button.svelte') diff --git a/app/src/lib/ui/button.svelte b/app/src/lib/ui/button.svelte index 313cd90..8c66bd2 100644 --- a/app/src/lib/ui/button.svelte +++ b/app/src/lib/ui/button.svelte @@ -26,6 +26,7 @@ display: flex; gap: 3px; transition: 0.1s all ease; + height: fit-content; &:hover, &:focus { -- cgit v1.3