Align edit toolbar icon with vertical icons
This commit is contained in:
parent
701f2704f6
commit
bd48bfc617
1 changed files with 2 additions and 2 deletions
|
@ -472,7 +472,7 @@ ul.photon-autocomplete {
|
|||
right: 0;
|
||||
height: 46px;
|
||||
background-color: #323737;
|
||||
padding: 5px;
|
||||
padding: 5px 10px;
|
||||
text-align: left;
|
||||
line-height: 36px;
|
||||
cursor: auto;
|
||||
|
@ -483,7 +483,7 @@ ul.photon-autocomplete {
|
|||
}
|
||||
.umap-main-edit-toolbox .logo {
|
||||
background-image: url('./img/logo_small.svg');
|
||||
background-position: 10px center;
|
||||
background-position: 0 center;
|
||||
background-repeat: no-repeat;
|
||||
width: 60px;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue