show responsive switch only if map is enabled

This commit is contained in:
Laura Klünder 2017-05-16 15:35:42 +02:00
parent b09cc2cf56
commit bc25794e94

View file

@ -175,7 +175,7 @@ form button.invisiblesubmit {
padding-top: 15px;
padding-bottom: 15px;
}
#responsive_switch {
body.map-enabled #responsive_switch {
display:block !important;
}
}