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 {
|
> .navItem {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 8px;
|
gap: 6px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 6px 8px 6px 10px;
|
padding: 6px 8px 6px 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:global(.active), &:hover {
|
&:global(.active), &:hover {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user