adjust settings page interface to support OLED

add navbar and remove FAB
This commit is contained in:
buzz-lightsnack-2007 2024-04-23 16:27:59 +08:00
parent 6aef461d0d
commit 1627cbbf3b
10 changed files with 88 additions and 50 deletions

View file

@ -0,0 +1,13 @@
.collapsible {
border: none !important;
}
.collapsible > li {
border: 1px solid var(--separator-color);
border-bottom-width: 0px;
}
.collapsible > li:last-child {
border-bottom-width: 1px;
}