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,24 @@
nav .brand-logo {
position: relative !important;
margin-top: auto !important;
margin-bottom: auto !important;
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
}
nav .brand-logo > * {
margin-top: auto !important;
margin-bottom: auto !important;
}
nav .brand-logo > * {
margin-left: .5em !important;
}
nav .brand-logo img {
--dimension: 1.5rem;
height: var(--dimension) !important;
width: var(--dimension) !important;
}