add(ui/ux): show the running version and build stamp in the header
This commit is contained in:
@@ -10,6 +10,7 @@ header {
|
||||
padding: 0.8rem; background: var(--panel); border-bottom: 1px solid var(--border);
|
||||
}
|
||||
h1 { font-size: 1.2rem; }
|
||||
#app-version { color: var(--muted); font-size: 0.72rem; font-weight: 400; font-variant-numeric: tabular-nums; }
|
||||
nav { display: flex; gap: 0.4rem; flex-wrap: wrap; }
|
||||
nav button { background: none; border: none; color: var(--muted); padding: 0.5rem 0.9rem; cursor: pointer; border-radius: 4px; font-size: 0.95rem; }
|
||||
nav button.active, nav button:hover { color: var(--text); background: var(--bg); }
|
||||
|
||||
Reference in New Issue
Block a user