From 127f644835e93abcd77488f689b827bd1bb7da07 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:06:09 +0200 Subject: [PATCH] Update button styling in settings.html --- settings.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/settings.html b/settings.html index 6741efc..7e7c240 100644 --- a/settings.html +++ b/settings.html @@ -103,17 +103,15 @@ } /* Buttons */ .buttons { - display: flex; /* Flex-Layout */ - justify-content: flex-end; /* nach rechts schieben */ - gap: 1rem; /* Abstand zwischen den Buttons */ - margin-top: 1rem; /* wenn Du noch Abstand nach oben brauchst */ + display: flex; + justify-content: flex-end; + gap: 0.5em; } button{ border-radius: 8px; padding: 0.5em 1.2em; display: flex; align-items: center; - gap: 0.5em; border: none; cursor: pointer; background: var(--bg-sidebar);