feat(webui): sticky opaque navbar/footer; scope grid to dashboard; single-scroll main with autoscroll; summarizer wraps
This commit is contained in:
parent
f7d97db569
commit
0dd9b072e8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
body { padding: 0; }
|
body { padding: 0; }
|
||||||
header.nav { position: sticky; top: 0; z-index: 10; padding: .6rem 1rem; border-bottom: 1px solid var(--muted-border-color); display: flex; justify-content: space-between; align-items: center; }
|
header.nav { position: sticky; top: 0; z-index: 10; padding: .6rem 1rem; border-bottom: 1px solid var(--muted-border-color); display: flex; justify-content: space-between; align-items: center; background: var(--background-color); }
|
||||||
header.nav a.brand { text-decoration: none; font-weight: 600; }
|
header.nav a.brand { text-decoration: none; font-weight: 600; }
|
||||||
/* Dashboard-only grid layout */
|
/* Dashboard-only grid layout */
|
||||||
.dash { display: grid; grid-template-columns: 220px 1fr; gap: 0; min-height: calc(100vh - 3rem); }
|
.dash { display: grid; grid-template-columns: 220px 1fr; gap: 0; min-height: calc(100vh - 3rem); }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue