From 70c26121a8636a4c2ad435f15e8be11027992a33 Mon Sep 17 00:00:00 2001 From: Brandon Walter <51866976+echoparkbaby@users.noreply.github.com> Date: Tue, 24 Feb 2026 09:23:10 -0500 Subject: [PATCH] ui: move version badge next to title in header left side Co-Authored-By: Claude Sonnet 4.6 --- app/static/app.css | 9 ++++++--- app/templates/layout.html | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app/static/app.css b/app/static/app.css index 0a3d042..8b663cb 100644 --- a/app/static/app.css +++ b/app/static/app.css @@ -2399,9 +2399,12 @@ tr.drawer-row-active { Version badge in header ----------------------------------------------------------------------- */ .header-version { - font-size: 11px; + font-size: 10px; color: var(--text-muted); - opacity: .6; - padding: 0 2px; + opacity: .55; + font-weight: 400; + letter-spacing: 0; + align-self: flex-end; + padding-bottom: 1px; font-variant-numeric: tabular-nums; } diff --git a/app/templates/layout.html b/app/templates/layout.html index 457074a..4b783dc 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -17,6 +17,7 @@ TrueNAS Burn-In + v{{ app_version if app_version is defined else '—' }}
@@ -37,7 +38,6 @@ Audit Settings API - v{{ app_version if app_version is defined else '—' }}