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

Less gap before and after icons

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-02-03 11:20:38 +03:00
parent 7c3cf69afe
commit becc6586a9

View File

@ -7,9 +7,9 @@
> .navItem {
display: flex;
gap: 8px;
gap: 6px;
text-decoration: none;
padding: 6px 8px 6px 10px;
padding: 6px 8px 6px 8px;
cursor: pointer;
&:global(.active), &:hover {