From 6e516f05cb54792997bf230ad56a96845157454b Mon Sep 17 00:00:00 2001 From: leosw Date: Sun, 8 Mar 2026 11:30:38 +0100 Subject: [PATCH] =?UTF-8?q?Controle=20de=20carte=20pour=20=C3=A9crans=20?= =?UTF-8?q?=C3=A9troits=20sur=20page=20carte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/views/css/d.map.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/views/css/d.map.css b/public/views/css/d.map.css index 7d4ef1b..703651c 100755 --- a/public/views/css/d.map.css +++ b/public/views/css/d.map.css @@ -76,6 +76,19 @@ footer { width: 100% !important; left: 0 !important; } +@media only screen and (max-width: 850px) { + .leaflet-control-container { + left: 0 !important; + width: calc(100% - 40px) !important; + margin: 0 20px; + } + .leaflet-fullscreen-on .leaflet-control-container { + position: absolute !important; + width: 100% !important; + left: 0 !important; + margin: 0; + } +} .leaflet-bottom.leaflet-left { margin-bottom: 60px;