Update button styling in settings.html
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user