1
0

Update button styling in settings.html

This commit is contained in:
2025-05-25 01:06:09 +02:00
parent 82d176ea1a
commit 127f644835

View File

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