feat(webui): use brand as channel selector on dashboard; keep brand link on other pages; tone down commit text color/size

This commit is contained in:
Thomas Cravey 2025-08-17 15:43:25 -05:00
parent 6e64969bb6
commit 71cf7a927f
3 changed files with 12 additions and 3 deletions

View file

@ -2,7 +2,7 @@ html, body { height: 100%; }
body { padding: 0; min-height: 100vh; }
header.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: .6rem 1rem; border-bottom: 1px solid var(--muted-border-color); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background-color: var(--pico-background-color, #fff); }
header.nav .brand { justify-self: start; }
header.nav .commit { justify-self: center; font-size: .75rem; opacity: .75; }
header.nav .commit { justify-self: center; font-size: .7rem; opacity: .55; }
header.nav nav { justify-self: end; }
main, article, .dash { margin-top: var(--headerH, 56px); margin-bottom: var(--footerH, 44px); }
header.nav a.brand { text-decoration: none; font-weight: 600; }