From 0161360eeba7b64504208dad32d45e0ed5e39073 Mon Sep 17 00:00:00 2001 From: kurilova Date: Tue, 12 Mar 2024 13:58:12 +0000 Subject: [PATCH] Fix padding in menu item --- modules/ui/src/app/app.component.scss | 2 +- modules/ui/src/styles.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/src/app/app.component.scss b/modules/ui/src/app/app.component.scss index 6858c6150..d5589fabd 100644 --- a/modules/ui/src/app/app.component.scss +++ b/modules/ui/src/app/app.component.scss @@ -51,7 +51,7 @@ $nav-open-btn-width: 210px; height: $toolbar-height; border-radius: 0 100px 100px 0; margin: 0; - padding: 0 16px; + padding: 0 24px; } .app-sidebar-button:first-child { diff --git a/modules/ui/src/styles.scss b/modules/ui/src/styles.scss index c7ff0ef71..10213326a 100644 --- a/modules/ui/src/styles.scss +++ b/modules/ui/src/styles.scss @@ -104,7 +104,7 @@ mat-hint { .active-menu { .app-sidebar-button { .mdc-button__label { - left: 0; + left: 8px; } }