ShopAI-Extension/styles/layouts/all.navbar.css
buzz-lightsnack-2007 1627cbbf3b adjust settings page interface to support OLED
add navbar and remove FAB
2024-04-23 16:30:19 +08:00

24 lines
No EOL
544 B
CSS

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;
}