commit 3facc34622ac5098bace723f021609e57296a9c3
parent 376643b7294c03079b4ca27e47cb2daac39cc4ec
Author: Sergey Orlov <wladimirych@gmail.com>
Date: Tue, 28 Jul 2020 10:27:31 +0200
add left margins to controls stacked horizontally. Related to #471
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/adaptive.css b/src/adaptive.css
@@ -1,11 +1,11 @@
@media (max-width: 200mm) {
- .leaflet-right .leaflet-control {
+ .leaflet-right .leaflet-control:not(.leaflet-control-horizontal-stack) {
margin-right: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
- .leaflet-left .leaflet-control {
+ .leaflet-left .leaflet-control:not(.leaflet-control-horizontal-stack) {
margin-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;