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:
parent
7c3cf69afe
commit
becc6586a9
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user