From 4f52ae8566987ecc4bba2edfd174b8213d7c5831 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 12 May 2026 13:20:47 +0000 Subject: [PATCH] style: add gap between avatar and username in header --- app/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/style.css b/app/static/style.css index a4fa7dc..7e3e6c4 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -105,7 +105,7 @@ button { top: 0; z-index: 100; } -.header-left { display: flex; align-items: center; } +.header-left { display: flex; align-items: center; gap: 0.65rem; } .header-right { display: flex; align-items: center; gap: 0.75rem; } .user-avatar {