feat: style settings better
This commit is contained in:
@ -53,6 +53,8 @@
|
||||
}
|
||||
details {
|
||||
padding: 1rem;
|
||||
min-height: 69px;
|
||||
box-sizing: border-box;
|
||||
border-bottom: solid thin var(--outline);
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user