settings dialog changes

This commit is contained in:
Ruben 2025-10-27 09:25:27 -05:00
commit 5c1e5af05a
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
2 changed files with 8 additions and 1 deletions

View file

@ -41,6 +41,14 @@ settings-area {
outline-color: var(--accent);
}
h2, h3 {
margin-top: 0;
&:not(h2:first-child) {
border-bottom: unset !important;
}
}
.container {
display: flex;
flex-flow: row wrap;