adjust settings page interface to support OLED
add navbar and remove FAB
This commit is contained in:
parent
6aef461d0d
commit
1627cbbf3b
10 changed files with 88 additions and 50 deletions
13
styles/layouts/all.collapsible.css
Normal file
13
styles/layouts/all.collapsible.css
Normal 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;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue