From a1377297043a72ef8c4f307e2a7ae6e708ae9e6d Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 4 May 2026 13:35:32 +0000 Subject: [PATCH] design: username left in header, white elegant font --- app/static/style.css | 8 +++++--- app/templates/dashboard.html | 5 +++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index 17bec55..7eee88d 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -108,9 +108,11 @@ button { .header-left { display: flex; align-items: center; } .header-right { display: flex; align-items: center; gap: 0.75rem; } .header-username { - color: rgba(255,255,255,0.55); - font-size: 0.8rem; - letter-spacing: 0.03em; + color: #ffffff; + font-size: 1rem; + font-weight: 300; + letter-spacing: 0.08em; + font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif; } .header-btn { display: inline-flex; diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index 7693441..ea7c2bf 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -32,9 +32,10 @@
-
-
+
{{ user.username }} +
+
{% if user.is_admin %} Администрирование {% endif %}