dashboard: slug to page footer, not chrome (#389 follow-up)
PR #392 moved the slug below the tab strip but kept it INSIDE the sticky chrome — Mara's report ("still at old position everywhere except flow tab") makes the original intent clearer: the slug should be at the page BOTTOM, with the chrome reduced to pure navigation. ## index.html - Remove the banner-thin from `.dashboard-chrome` entirely. - Move it into the existing `<footer>` element (above the divider + project-link line). Sits at the bottom of every tab pane after the main content scrolls past. ## flow.html - Remove the banner-thin from the chrome. The flow page is a full-viewport terminal with `body { overflow: hidden }` and no normal-flow footer position — the slug simply doesn't appear here. The frosted chrome is purely the tab strip now. ## dashboard.css - `--flow-header-h: 4.7em → 3.6em` — chrome is shorter without the banner; terminal padding-top + tail-pill offset + inbox-pill top all derive from this variable, so they follow automatically. - `footer .banner-thin { margin-bottom: 0.8em }` so the slug doesn't crash into the divider + link line below it. No JS changes. Build clean.
This commit is contained in:
parent
4559a56e2e
commit
c08218acdc
3 changed files with 24 additions and 17 deletions
|
|
@ -8,13 +8,13 @@
|
|||
</head>
|
||||
<body class="flow-shell">
|
||||
|
||||
<!-- Fixed-overlay chrome with the same tab strip as the dashboard
|
||||
(#383) — operator never has to navigate back to the dashboard
|
||||
to switch tabs. FL0W is the current page, the SW4RM / Y3R C4LL
|
||||
/ SYST3M tabs cross-link to the dashboard with the matching
|
||||
hash so the destination tab is pre-active. Tab strip on top,
|
||||
banner-thin below (#389 — tabs are navigation, slug is
|
||||
decoration). -->
|
||||
<!-- Fixed-overlay chrome — just the tab strip (#389 follow-up:
|
||||
slug moved to the dashboard's page footer; the flow page is a
|
||||
full-viewport terminal with no normal-flow footer position, so
|
||||
the slug simply doesn't appear here). The operator can still
|
||||
switch tabs from the flow page without navigating back; FL0W is
|
||||
the current page, SW4RM / Y3R C4LL / SYST3M cross-link to the
|
||||
dashboard with the matching hash. -->
|
||||
<header class="dashboard-chrome flow-chrome" id="flow-header">
|
||||
<nav class="tabbar" id="tabbar" role="tablist">
|
||||
<a class="tab" href="/#swarm" role="tab" data-tab="swarm">
|
||||
|
|
@ -46,7 +46,6 @@
|
|||
<span id="notif-status" class="meta" hidden></span>
|
||||
</div>
|
||||
</nav>
|
||||
<pre class="banner banner-thin">░▒▓█▓▒░ HYPERHIVE / HIVE-C0RE / WE ARE THE WIRED ░▒▓█▓▒░</pre>
|
||||
</header>
|
||||
|
||||
<!-- Operator inbox flyout trigger — count + click → side panel
|
||||
|
|
|
|||
Loading…
Reference in a new issue