From a014c62ce3bdc44ef868f3f53665d6fffc31090f Mon Sep 17 00:00:00 2001 From: Verena Schulz Date: Tue, 16 Dec 2025 18:44:14 +0100 Subject: [PATCH] Centered download button better --- electron/main/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/electron/main/style.css b/electron/main/style.css index 0a09524..20519bd 100644 --- a/electron/main/style.css +++ b/electron/main/style.css @@ -467,10 +467,12 @@ li { .download-btn { display: flex; + align-items: center; justify-content: center; padding: 10px 20px; - margin-left: 10px; - margin-top: 30px; + margin-left: auto; + margin-right: 0px; + margin-top: 130px; margin-bottom: 10px; background-color: #007BFF; color: white;