Improve route planner view on small devices
authorMatthias Schmidt <gravatronics@live.com>
Sun, 2 Jul 2017 14:30:00 +0000 (16:30 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 2 Jul 2017 14:30:00 +0000 (16:30 +0200)
See #2321

wcfsetup/install/files/style/ui/googleMap.scss

index 9f7db6de30ef32097e4d5a807ade55d0b795eb80..ba794571b8c4d1af852e58376d220a09dfe2c056 100644 (file)
 }
 
 .googleMapsDirectionsContainer {
-       display: flex;
-       width: 100%;
-       
-       .googleMap {
-               flex: 0 0 50%;
+       @include screen-lg {
+               display: flex;
+               
+               .googleMap,
+               .googleMapsDirections {
+                       flex: 0 0 50%;
+               }
        }
        
        .googleMapsDirections {
-               flex: 0 0 50%;
                height: 400px;
                padding-left: 10px;
                overflow-y: scroll;