some 1px tweaks
This commit is contained in:
parent
ec75850e17
commit
8db4dbcf72
1 changed files with 3 additions and 3 deletions
|
@ -175,7 +175,7 @@ main:not([data-view=route-result]) #route-result-buttons{
|
||||||
}
|
}
|
||||||
.locationinput .icon::before {
|
.locationinput .icon::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1px;
|
top: 0;
|
||||||
left: 1px;
|
left: 1px;
|
||||||
content: "search";
|
content: "search";
|
||||||
color: #b2b2b2;
|
color: #b2b2b2;
|
||||||
|
@ -206,8 +206,8 @@ main:not([data-view=route-result]) #route-result-buttons{
|
||||||
color: #a2a2a2;
|
color: #a2a2a2;
|
||||||
}
|
}
|
||||||
.locationinput button.locate {
|
.locationinput button.locate {
|
||||||
font-size: 34px;
|
font-size: 35px;
|
||||||
top: 6px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
.locationinput:not(.empty) button.locate, .locationinput.empty button.clear {
|
.locationinput:not(.empty) button.locate, .locationinput.empty button.clear {
|
||||||
transform: scale(0.7);
|
transform: scale(0.7);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue