From 16c06ac16619a327da528d46397b76412ecc75b8 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 4 May 2026 13:32:43 +0000 Subject: [PATCH] design: move logo below header strip, scrolls with page --- app/static/style.css | 11 +++++++++++ app/templates/dashboard.html | 7 ++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index fbb002f..e5c6ff6 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -41,6 +41,17 @@ body { height: 32px; width: auto; } +.page-logo-wrap { + display: flex; + justify-content: center; + padding: 1.5rem 0 0.5rem; + position: relative; + z-index: 5; +} +.page-logo { + height: clamp(3rem, 8vw, 5rem); + width: auto; +} .panel { background: var(--card); padding: 1.25rem; diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index 21d4205..7693441 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -32,9 +32,7 @@
-
- -
+
{{ user.username }} {% if user.is_admin %} @@ -45,6 +43,9 @@
+
+ +
Добро пожаловать в инфраструктурную песочницу