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 {