From aca9d2309699b27ccd21f5e82727cf01e2728778 Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Tue, 1 Jul 2025 01:51:20 +0300 Subject: [PATCH] [home] changed stylesheet --- common/loginpage/src/css/styles.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/loginpage/src/css/styles.less b/common/loginpage/src/css/styles.less index efa104b07..971fda88d 100644 --- a/common/loginpage/src/css/styles.less +++ b/common/loginpage/src/css/styles.less @@ -906,13 +906,17 @@ li.menu-item { } .cell-tools { - width: 45px; + width: 38px; padding: 0 8px 0 0; overflow: visible; .hlayout { justify-content: flex-end; } + + .btn-quick.more { + margin: 0 5px 0 0px; + } } }