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 '—' }}