tokens.html: remove orphan sidebar-footer + duplicate /nav; use main flex wrapper
This commit is contained in:
parent
01a9d6c3db
commit
539429c058
1 changed files with 12 additions and 25 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
<title>Token Pricing — Z-AMPP</title>
|
<title>Token Pricing — Z-AMPP</title>
|
||||||
<link rel="stylesheet" href="/dist/app.css">
|
<link rel="stylesheet" href="/dist/app.css">
|
||||||
<style>
|
<style>
|
||||||
|
body { margin: 0; }
|
||||||
/* GV-flavored teal-on-dark just to lean into the parody */
|
/* GV-flavored teal-on-dark just to lean into the parody */
|
||||||
.tok-main {
|
.tok-main {
|
||||||
flex: 1; overflow: auto;
|
flex: 1; overflow: auto;
|
||||||
|
|
@ -313,7 +314,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="wd-shell">
|
<div class="wd-shell" style="display:flex;min-height:100vh;">
|
||||||
<nav class="wd-sidebar" aria-label="Main navigation">
|
<nav class="wd-sidebar" aria-label="Main navigation">
|
||||||
<div class="wd-sidebar-header">
|
<div class="wd-sidebar-header">
|
||||||
<img src="img/dragon-logo.png?v=1" alt="Wild Dragon" style="width:18px;height:18px;">
|
<img src="img/dragon-logo.png?v=1" alt="Wild Dragon" style="width:18px;height:18px;">
|
||||||
|
|
@ -388,30 +389,16 @@
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="sidebar-footer">
|
<main class="tok-main" style="flex:1;min-width:0;overflow:auto;display:flex;flex-direction:column;">
|
||||||
<div class="sidebar-user">
|
<header style="display:flex;align-items:center;justify-content:space-between;height:48px;border-bottom:1px solid var(--border-faint);padding:0 24px;flex-shrink:0;">
|
||||||
<div class="sidebar-user-avatar" id="userAvatar">?</div>
|
<div style="display:flex;align-items:center;gap:10px;">
|
||||||
<div class="sidebar-user-info">
|
<span style="font:600 14px/1 var(--font);color:var(--text-primary);letter-spacing:-0.005em;">Token Pricing</span>
|
||||||
<div class="sidebar-user-name" id="userName">—</div>
|
<span style="color:var(--text-tertiary);">/</span>
|
||||||
<div class="sidebar-user-role" id="userRole"></div>
|
<span style="font:400 12px/1 var(--font);color:var(--text-tertiary);">Enterprise Compute Compliance Engine v4.7</span>
|
||||||
</div>
|
|
||||||
<button class="btn btn-ghost" id="logoutBtn" title="Sign out" style="padding:0;width:24px;height:24px;flex-shrink:0;">
|
|
||||||
<svg viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.5" width="14" height="14"><path d="M10 8H3M6 5l-3 3 3 3"/><path d="M7 3h5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7"/></svg>
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<button class="wd-btn wd-btn--ghost wd-btn--sm" onclick="alert('Your account executive will be in touch.
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="main tok-main">
|
Estimated response time: 6-12 business days.')">Talk to sales</button>
|
||||||
<header class="topbar">
|
|
||||||
<div class="topbar-left">
|
|
||||||
<span class="page-title">Token Pricing</span>
|
|
||||||
<span class="topbar-sep">/</span>
|
|
||||||
<span class="text-sm" style="color:var(--text-tertiary)">Enterprise Compute Compliance Engine v4.7</span>
|
|
||||||
</div>
|
|
||||||
<div class="topbar-right">
|
|
||||||
<button class="btn btn-ghost btn-sm" onclick="alert('Your account executive will be in touch.\\n\\nEstimated response time: 6–12 business days.')">Talk to sales</button>
|
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="tok-wrap">
|
<div class="tok-wrap">
|
||||||
|
|
@ -648,8 +635,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</main>
|
||||||
</div>
|
</div><!-- /wd-shell -->
|
||||||
|
|
||||||
<script src="js/api.js?v=6"></script>
|
<script src="js/api.js?v=6"></script>
|
||||||
<script src="js/topbar-strip.js?v=1"></script>
|
<script src="js/topbar-strip.js?v=1"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue