From a3b9608887a591f0e55c646c448e5142e3f111fd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 7 Apr 2026 10:08:30 +0000 Subject: [PATCH] fix: compact header layout - row direction, 80px logo, reduced padding Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/4f63f512-d505-470b-9733-1054281a98d8 Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com> --- app/sovran_systemsos_web/static/css/header.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/sovran_systemsos_web/static/css/header.css b/app/sovran_systemsos_web/static/css/header.css index edee489..f26d8af 100644 --- a/app/sovran_systemsos_web/static/css/header.css +++ b/app/sovran_systemsos_web/static/css/header.css @@ -3,20 +3,22 @@ .header-bar { background-color: var(--surface-color); border-bottom: 1px solid var(--border-color); - padding: 16px 24px; + padding: 8px 24px; display: flex; - flex-direction: column; + flex-direction: row; align-items: center; - gap: 8px; + justify-content: space-between; + gap: 16px; position: sticky; top: 0; z-index: 100; } .header-logo { - height: 140px; + height: 80px; width: auto; display: block; + flex-shrink: 0; } .header-bar .title {