From 624c93a9c6a460bae4a57a6c2df7bf514828d020 Mon Sep 17 00:00:00 2001 From: "m.epshtein" Date: Tue, 25 Nov 2025 15:05:39 +0300 Subject: [PATCH] fix --- html/landing_ul.html | 2 +- html/landing_ul/home.css | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/html/landing_ul.html b/html/landing_ul.html index 1f6ddbe..acb192f 100644 --- a/html/landing_ul.html +++ b/html/landing_ul.html @@ -63,7 +63,7 @@
- " class="btn">Войти в Личный кабинет + Войти в Личный кабинет
diff --git a/html/landing_ul/home.css b/html/landing_ul/home.css index 1eb6270..5054754 100644 --- a/html/landing_ul/home.css +++ b/html/landing_ul/home.css @@ -169,6 +169,8 @@ a.btn:is(:hover, :focus, :active) { } .container { + display: flex; + flex-direction: column; width: 100%; max-width: 100%; height: auto; @@ -186,7 +188,7 @@ a.btn:is(:hover, :focus, :active) { .container-inside { display: flex; flex-direction: column; - height: 100%; + flex: 1 1 auto; color: var(--color-text-primary); font-family: 'Inter'; padding: 0 var(--w-screen); @@ -542,8 +544,8 @@ a.btn:is(:hover, :focus, :active) { :is(.ul, .fl) .container-inside .list-group.lk-docs { flex: 1; color: var(--white); - padding-top: var(--indent-huge); - padding-bottom: var(--indent-huge); + padding-top: var(--indent-medium); + padding-bottom: var(--indent-medium); background-color: var(--color-text-primary); } :is(.ul, .fl) .container-inside .list-group.lk-alert {