🎉 Reduce tools space between

This commit is contained in:
elhombretecla 2021-02-18 11:32:44 +01:00 committed by Andrey Antukh
parent 1ad1f3eb33
commit 1d01ac72ba
2 changed files with 3 additions and 3 deletions

View file

@ -42,14 +42,13 @@ $width-left-toolbar: 48px;
flex-shrink: 0; flex-shrink: 0;
height: 48px; height: 48px;
justify-content: center; justify-content: center;
margin: $x-small 0;
position: relative; position: relative;
width: 48px; width: 48px;
svg { svg {
fill: $color-gray-20; fill: $color-gray-20;
height: 18px; height: 16px;
width: 18px; width: 16px;
} }
&:hover { &:hover {

View file

@ -21,6 +21,7 @@
.main-icon { .main-icon {
align-items: center; align-items: center;
background-color: $color-gray-60; background-color: $color-gray-60;
border-bottom: 1px solid $color-gray-50;
cursor: pointer; cursor: pointer;
display: flex; display: flex;
height: 100%; height: 100%;