From e5e171c1583597d51474ca8f0d66a707da88a572 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Mon, 31 Jan 2022 16:16:12 +0300 Subject: [PATCH] Adjust catalog menu paddings Signed-off-by: Alex Andreev --- src/renderer/components/+catalog/catalog-tree.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/renderer/components/+catalog/catalog-tree.module.scss b/src/renderer/components/+catalog/catalog-tree.module.scss index 284b04083f..f190d04417 100644 --- a/src/renderer/components/+catalog/catalog-tree.module.scss +++ b/src/renderer/components/+catalog/catalog-tree.module.scss @@ -22,6 +22,8 @@ .content { min-height: 26px; + line-height: 1.3; + padding: 2px var(--padding) 2px 0; &:hover { background-color: var(--sidebarItemHoverBackground); @@ -39,6 +41,8 @@ .iconContainer { margin-left: 28px; + margin-top: 2px; + align-self: flex-start; } }