diff --git a/app/sovran_systemsos_web/static/css/header.css b/app/sovran_systemsos_web/static/css/header.css index e225313..862b643 100644 --- a/app/sovran_systemsos_web/static/css/header.css +++ b/app/sovran_systemsos_web/static/css/header.css @@ -31,10 +31,11 @@ .title-group { display: flex; - flex-direction: column; + flex-direction: row; + flex-wrap: wrap; align-items: center; justify-content: center; - gap: 6px; + gap: 6px 10px; } .header-buttons { @@ -53,7 +54,8 @@ letter-spacing: 0.03em; } -/* ── OS Version Badge (polished) ───────────────────────────────── */ +/* ── OS Version Badge (inline, right after "Hub" in the title ──── + ── mirrors the version badge next to modal titles) ────────────── */ .os-version-badge { display: inline-flex; align-items: center; @@ -67,7 +69,7 @@ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); white-space: nowrap; - align-self: center; + flex-shrink: 0; } .os-version-badge:hover {