feat: style settings better

This commit is contained in:
2024-04-19 20:30:51 +02:00
parent c62cfbf75e
commit f1fcf78f6c
9 changed files with 41 additions and 89 deletions

View File

@ -53,6 +53,8 @@
}
details {
padding: 1rem;
min-height: 69px;
box-sizing: border-box;
border-bottom: solid thin var(--outline);
}

View File

@ -116,6 +116,8 @@
h1 {
border-bottom: solid thin var(--outline);
box-sizing: border-box;
height: 70px;
}
.content {
@ -129,7 +131,7 @@
}
.tabs > button {
height: 30px;
height: 35px;
padding: 5px;
border-radius: 0px;
background: none;