1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Adjust catalog menu paddings

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-01-31 16:16:12 +03:00
parent be33b373b8
commit e5e171c158

View File

@ -22,6 +22,8 @@
.content { .content {
min-height: 26px; min-height: 26px;
line-height: 1.3;
padding: 2px var(--padding) 2px 0;
&:hover { &:hover {
background-color: var(--sidebarItemHoverBackground); background-color: var(--sidebarItemHoverBackground);
@ -39,6 +41,8 @@
.iconContainer { .iconContainer {
margin-left: 28px; margin-left: 28px;
margin-top: 2px;
align-self: flex-start;
} }
} }