From 066a47c82df0862a00a1e35ef6fcda4078f2f168 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 6 Mar 2025 14:25:31 +0600 Subject: [PATCH] web/DownloadButton: fix the button width to prevent moving around --- web/src/components/save/buttons/DownloadButton.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/save/buttons/DownloadButton.svelte b/web/src/components/save/buttons/DownloadButton.svelte index 040be436..cf4ffba9 100644 --- a/web/src/components/save/buttons/DownloadButton.svelte +++ b/web/src/components/save/buttons/DownloadButton.svelte @@ -73,6 +73,7 @@ height: 100%; min-width: 48px; + width: 48px; border-radius: 0;