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);