diff --git a/public/style_alt.css b/public/style_alt.css index fbc0845..a61ffcd 100644 --- a/public/style_alt.css +++ b/public/style_alt.css @@ -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; }