Обновить public/style_alt.css

This commit is contained in:
svoboda200786 2025-05-17 10:34:22 +00:00
parent 2114fd5651
commit 21fdcc06eb

View File

@ -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 {