From 21fdcc06ebf273d4655fcfbd57f7c79f521b02a9 Mon Sep 17 00:00:00 2001 From: svoboda200786 Date: Sat, 17 May 2025 10:34:22 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20public/style=5Falt.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/style_alt.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/style_alt.css b/public/style_alt.css index a61ffcd..89b3545 100644 --- a/public/style_alt.css +++ b/public/style_alt.css @@ -146,7 +146,7 @@ i { color: var(--text-light); text-align: center; max-height: calc(100vh - 40px); - overflow-y: auto; + overflow-y: hidden; position: relative; /* <<< Добавлено для позиционирования #user-info */ } @@ -276,7 +276,7 @@ i { } #status-container { - + height: 40px; } #auth-message, @@ -322,6 +322,7 @@ i { margin: 0 10px 0 0; /* Уменьшен нижний отступ */ font-size: 0.9em; /* Уменьшен шрифт приветствия */ color: var(--text-muted); + line-height: 2.5; } #user-info p #logged-in-username {