fix: Refactor navbar styling in layout editor and update page title in layout designer

This commit is contained in:
Matt Batchelder
2026-04-10 20:32:49 -04:00
parent 8edcdedcd5
commit c4e26cc5b7
4 changed files with 20 additions and 16 deletions

View File

@@ -162,7 +162,6 @@ table tbody tr:focus-within {
.navbar-default {
background: var(--ots-surface-2);
border: 1px solid var(--ots-border);
box-shadow: var(--ots-shadow-sm);
}
/* Horizontal nav mode: remove sidebar margins from #content-wrapper */