mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 08:38:15 -05:00
Make sidebar text icon area bigger
This commit is contained in:
parent
69bd4cf4bb
commit
a10dcdcff7
1 changed files with 2 additions and 2 deletions
|
@ -410,11 +410,11 @@
|
||||||
span {
|
span {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 18px;
|
height: 20px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-right: $small;
|
margin-right: $small;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 18px;
|
width: 20px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray-30;
|
fill: $color-gray-30;
|
||||||
|
|
Loading…
Add table
Reference in a new issue