Align edit toolbar icon with vertical icons

This commit is contained in:
Yohan Boniface 2023-07-25 11:47:30 +02:00
parent 701f2704f6
commit bd48bfc617

View file

@ -472,7 +472,7 @@ ul.photon-autocomplete {
right: 0; right: 0;
height: 46px; height: 46px;
background-color: #323737; background-color: #323737;
padding: 5px; padding: 5px 10px;
text-align: left; text-align: left;
line-height: 36px; line-height: 36px;
cursor: auto; cursor: auto;
@ -483,7 +483,7 @@ ul.photon-autocomplete {
} }
.umap-main-edit-toolbox .logo { .umap-main-edit-toolbox .logo {
background-image: url('./img/logo_small.svg'); background-image: url('./img/logo_small.svg');
background-position: 10px center; background-position: 0 center;
background-repeat: no-repeat; background-repeat: no-repeat;
width: 60px; width: 60px;
display: inline-block; display: inline-block;