From 1bfec68d776f36de8d1056c1d07acb6b8274436e Mon Sep 17 00:00:00 2001 From: naturallaw777 <99053422+naturallaw777@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:04:56 +0000 Subject: [PATCH] Center OS version badge under the Hub title Co-authored-by: arena-agent <297053741+arena-agent@users.noreply.github.com> --- app/sovran_systemsos_web/static/css/header.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/sovran_systemsos_web/static/css/header.css b/app/sovran_systemsos_web/static/css/header.css index 3e81293..e225313 100644 --- a/app/sovran_systemsos_web/static/css/header.css +++ b/app/sovran_systemsos_web/static/css/header.css @@ -32,9 +32,9 @@ .title-group { display: flex; flex-direction: column; - align-items: flex-start; + align-items: center; justify-content: center; - gap: 2px; + gap: 6px; } .header-buttons { @@ -67,7 +67,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: flex-start; + align-self: center; } .os-version-badge:hover {