From 2f30112c66c0cfe94fca08980fc0ed3969db52c7 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 4 Apr 2026 18:48:46 -0500 Subject: [PATCH] bigger logo --- .../static/css/header.css | 22 ++++++++++--------- app/sovran_systemsos_web/templates/index.html | 16 ++++++++------ 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/app/sovran_systemsos_web/static/css/header.css b/app/sovran_systemsos_web/static/css/header.css index 1c050ed..d889e3d 100644 --- a/app/sovran_systemsos_web/static/css/header.css +++ b/app/sovran_systemsos_web/static/css/header.css @@ -3,37 +3,39 @@ .header-bar { background-color: var(--surface-color); border-bottom: 1px solid var(--border-color); - padding: 20px 24px; + padding: 16px 24px; display: flex; align-items: center; gap: 16px; position: sticky; top: 0; z-index: 100; - justify-content: flex-end; + justify-content: center; } .header-bar .title { font-size: 1.15rem; font-weight: 700; color: var(--text-primary); - position: absolute; - left: 0; - right: 0; - text-align: center; - pointer-events: none; - white-space: nowrap; display: flex; flex-direction: column; align-items: center; gap: 4px; + flex: 1; +} + +.header-bar .header-right { + display: flex; + align-items: center; + gap: 16px; + position: absolute; + right: 24px; } .header-logo { - height: 120px; + height: 130px; width: auto; display: block; - margin: 0 auto; } .role-badge { diff --git a/app/sovran_systemsos_web/templates/index.html b/app/sovran_systemsos_web/templates/index.html index 11a111d..346ebf7 100644 --- a/app/sovran_systemsos_web/templates/index.html +++ b/app/sovran_systemsos_web/templates/index.html @@ -18,18 +18,20 @@ -
- - - Sovran_SystemsOS Hub - +
+ + + Sovran_SystemsOS Hub + +
Loading… -
+ +
@@ -202,4 +204,4 @@ - \ No newline at end of file +