change min-width for route view collapse
This commit is contained in:
parent
b8800f76c3
commit
5942c2978a
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ main:not([data-view=route-result]) #route-summary {
|
|||
opacity: 0;
|
||||
}
|
||||
|
||||
@media not all and (min-height: 700px) and (min-width: 1150px) {
|
||||
@media not all and (min-height: 700px) and (min-width: 1100px) {
|
||||
main[data-view=route-result] .locationinput {
|
||||
margin-bottom: -21px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue