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

Adjust navigation paddings

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-08-30 12:28:39 +03:00
parent d3c858bce2
commit 9ef4b53e51
2 changed files with 6 additions and 8 deletions

View File

@ -7,13 +7,9 @@
> .navItem {
display: flex;
align-items: center;
gap: 4px;
gap: 8px;
text-decoration: none;
padding: 3px 6px;
width: 100%;
height: 100%;
color: inherit;
padding: 6px 8px 6px 10px;
cursor: pointer;
&:global(.active), &:hover {
@ -39,9 +35,12 @@
.SidebarItem {
color: var(--textColorPrimary);
padding-left: 28px;
padding-left: 25px;
.navItem {
padding-top: 4px;
padding-bottom: 4px;
&:global(.active), &:hover {
color: var(--sidebarSubmenuActiveColor);
background: none;

View File

@ -21,6 +21,5 @@
.sidebarNav :global(.Icon) {
box-sizing: content-box;
padding: 3px;
border-radius: 50%;
}