From c71ce66826a81eba39f6e73b9aa160f652ae9733 Mon Sep 17 00:00:00 2001 From: koziavin Date: Fri, 1 Aug 2025 17:28:54 +0400 Subject: [PATCH] update --- crm/default.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/crm/default.css b/crm/default.css index 2d977ef..94a3271 100644 --- a/crm/default.css +++ b/crm/default.css @@ -515,6 +515,10 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) { .search-form__label span{ top: 10px; } + .nav-wrap > a { + display: flex; + align-items: center; + } } @media (max-width: 900px) { @@ -590,8 +594,8 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) { padding: 10px 15px 10px 17px; } - .nav-wrap { - margin-left: 8px; + .nav-wrap a { + margin-right: 8px; } } @media (max-width: 900px) {