Fix collopsed search box size on mobile
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Willem Dantuma 2020-02-18 08:16:51 +01:00
parent 6eb1b5af55
commit 3a4b5dbd9b
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ div.map-search.collapsed {
div.map-search.searchcollapsed {
max-height: 3.5rem;
max-width: 6rem;
min-width: unset;
}
div.map-search div.options {