From 1a643e980dc2759f6952743a12a6589cd694b3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 16:02:23 +0700 Subject: [PATCH] Fix location of additional map controls --- app/styles/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/app.css b/app/styles/app.css index 4dbcf3c..1b076c8 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -533,7 +533,7 @@ body { } .ol-touch .ol-control.ol-locate { - inset: auto auto 3.5em; + inset: auto 0.5em 3.5em auto; } /* Rotate Control */ @@ -542,7 +542,7 @@ body { } .ol-touch .ol-rotate { - inset: auto auto 6em; + inset: auto 0.5em 6em auto; } span.icon {