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:
parent
d3c858bce2
commit
9ef4b53e51
@ -7,13 +7,9 @@
|
|||||||
|
|
||||||
> .navItem {
|
> .navItem {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
gap: 8px;
|
||||||
gap: 4px;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 3px 6px;
|
padding: 6px 8px 6px 10px;
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
color: inherit;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:global(.active), &:hover {
|
&:global(.active), &:hover {
|
||||||
@ -39,9 +35,12 @@
|
|||||||
|
|
||||||
.SidebarItem {
|
.SidebarItem {
|
||||||
color: var(--textColorPrimary);
|
color: var(--textColorPrimary);
|
||||||
padding-left: 28px;
|
padding-left: 25px;
|
||||||
|
|
||||||
.navItem {
|
.navItem {
|
||||||
|
padding-top: 4px;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
|
||||||
&:global(.active), &:hover {
|
&:global(.active), &:hover {
|
||||||
color: var(--sidebarSubmenuActiveColor);
|
color: var(--sidebarSubmenuActiveColor);
|
||||||
background: none;
|
background: none;
|
||||||
|
|||||||
@ -21,6 +21,5 @@
|
|||||||
|
|
||||||
.sidebarNav :global(.Icon) {
|
.sidebarNav :global(.Icon) {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
padding: 3px;
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user