From 3057f9cffbcf94fe2f85447b6411152fa382e1a2 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 20 Aug 2024 22:34:47 +0600 Subject: [PATCH] web/DownloadButton: replace rem sizes with pixels --- web/src/components/save/buttons/DownloadButton.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/save/buttons/DownloadButton.svelte b/web/src/components/save/buttons/DownloadButton.svelte index 536e06f5..894e95b5 100644 --- a/web/src/components/save/buttons/DownloadButton.svelte +++ b/web/src/components/save/buttons/DownloadButton.svelte @@ -186,9 +186,9 @@ text-align: center; text-indent: -5px; - letter-spacing: -0.22em; + letter-spacing: -5.3px; - margin-bottom: 0.1rem; + margin-bottom: 2px; } #download-button:disabled {