From e866c26ef094d9e04a64c019577e2e34c84bd4be Mon Sep 17 00:00:00 2001 From: Sergey Antropoff Date: Thu, 4 Sep 2025 20:15:11 +0300 Subject: [PATCH] =?UTF-8?q?UX:=20=D0=B2=20=D1=81=D0=B2=D0=B5=D1=80=D0=BD?= =?UTF-8?q?=D1=83=D1=82=D0=BE=D0=BC=20sidebar=20=D0=BC=D0=B8=D0=BD=D0=B8-?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=BE=D1=87=D0=BA=D0=B8=20=D0=BD=D0=B5?= =?UTF-8?q?=20=D1=81=D0=B6=D0=B8=D0=BC=D0=B0=D1=8E=D1=82=D1=81=D1=8F,=20?= =?UTF-8?q?=D0=B2=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B0=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=82=D0=B8=D0=BA=D0=B0=D0=BB=D1=8C=D0=BD=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=BA=D1=80=D1=83=D1=82=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/static/css/index.css b/app/static/css/index.css index 63b5187..8dbd904 100644 --- a/app/static/css/index.css +++ b/app/static/css/index.css @@ -49,7 +49,8 @@ a{color:var(--link)} flex-direction: column; gap: 4px; padding: 8px 4px; - overflow-y: auto; + overflow-y: auto; /* вертикальная прокрутка */ + overflow-x: hidden; /* не даем сжимать элементы по горизонтали */ flex: 1; scrollbar-width: thin; scrollbar-color: var(--border) transparent; @@ -269,6 +270,7 @@ a{color:var(--link)} flex-direction: column; align-items: center; justify-content: center; + flex: 0 0 auto; /* фиксированная высота, не сжимать по высоте */ } .mini-container-item:hover {