Tweak: true center search in navbar

This commit is contained in:
shamoon
2026-08-26 18:02:14 -07:00
parent d486dd1205
commit f24d58a383
2 changed files with 13 additions and 1 deletions
@@ -436,6 +436,18 @@ main {
padding-right: .5rem;
}
// true center the search with equal flex widths
@media (min-width: 768px) {
.navbar-brand,
.navbar > ul {
flex: 1 1 0;
}
.navbar > ul {
justify-content: flex-end;
}
}
:host ::ng-deep .navbar-action {
display: inline-flex;
align-items: center;