mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-26 23:27:29 -05:00
Clean up navbar structure
This commit is contained in:
@ -383,25 +383,17 @@ h1 svg.icon {
|
||||
|
||||
/* Navbar formatting {{{ */
|
||||
|
||||
.topbar {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
flex-direction: row;
|
||||
background-color: var(--background-1);
|
||||
color: var(--text-1);
|
||||
border-radius: 8px;
|
||||
margin-top: 5px;
|
||||
padding: 4px;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
overflow: auto;
|
||||
background-color: var(--background-1);
|
||||
border-radius: 8px;
|
||||
margin-top: 5px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
.navbar-item {
|
||||
padding: 8px 12px;
|
||||
border-radius: 12px;
|
||||
white-space: nowrap;
|
||||
@ -412,7 +404,7 @@ h1 svg.icon {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.topbar .active {
|
||||
.navbar-item.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user