fix(v2): version display — top-left inside sidebar above header

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-04-13 13:32:25 +02:00
parent 6b0b26c287
commit 869507a3ef
8 changed files with 60 additions and 62 deletions

View file

@ -379,13 +379,9 @@
/* ── Version display ──────────────────────────────────── */
.ml-version {
position: fixed;
top: 6px;
left: 410px;
font-size: 0.6rem;
color: #555;
z-index: 50;
pointer-events: none;
font-size: 0.65rem;
color: #aaa;
margin-bottom: 2px;
}
/* ── Tooltip ──────────────────────────────────────────── */