From 2114fd5651cbbbed562fe8ef80e4ae7a305a12bf Mon Sep 17 00:00:00 2001 From: svoboda200786 Date: Sat, 17 May 2025 10:29:02 +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, 2 insertions(+), 3 deletions(-) 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; }