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

This commit is contained in:
svoboda200786 2025-05-17 10:29:02 +00:00
parent fb2db6ae96
commit 2114fd5651

View File

@ -85,7 +85,7 @@ body {
font-family: var(--font-main);
background: var(--bg-gradient-dark) fixed;
color: var(--text-light);
line-height: 2.5;
line-height: 1.5;
height: 100vh;
overflow: hidden;
display: flex;
@ -139,7 +139,6 @@ i {
width: 100%;
max-width: 700px;
margin: 20px auto;
padding: 25px 30px;
background: var(--panel-bg);
border: 1px solid var(--panel-border);
border-radius: 10px;
@ -314,6 +313,7 @@ i {
position: absolute;
top: 10px; /* Отступ сверху */
right: 15px; /* Отступ справа */
line-height: 1.5;
text-align: right; /* Выравнивание текста и кнопки вправо */
z-index: 10; /* Чтобы был поверх другого контента в .auth-game-setup-wrapper */
}
@ -636,7 +636,6 @@ label[for="char-almagest"] i {
font-size: 0.9em;
display: flex;
flex-direction: column;
gap: 8px;
flex-shrink: 0;
min-height: 3em;
}