From: Matthias Schmidt Date: Sun, 2 Jul 2017 14:30:00 +0000 (+0200) Subject: Improve route planner view on small devices X-Git-Tag: 3.1.0_Alpha_1~306 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=32a48a284197598438e21468b1534c82182c0cbc;p=GitHub%2FWoltLab%2FWCF.git Improve route planner view on small devices See #2321 --- diff --git a/wcfsetup/install/files/style/ui/googleMap.scss b/wcfsetup/install/files/style/ui/googleMap.scss index 9f7db6de30..ba794571b8 100644 --- a/wcfsetup/install/files/style/ui/googleMap.scss +++ b/wcfsetup/install/files/style/ui/googleMap.scss @@ -45,15 +45,16 @@ } .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;