Fix location of additional map controls

This commit is contained in:
2026-01-26 16:02:23 +07:00
parent b085783ad8
commit 1a643e980d

View File

@@ -533,7 +533,7 @@ body {
} }
.ol-touch .ol-control.ol-locate { .ol-touch .ol-control.ol-locate {
inset: auto auto 3.5em; inset: auto 0.5em 3.5em auto;
} }
/* Rotate Control */ /* Rotate Control */
@@ -542,7 +542,7 @@ body {
} }
.ol-touch .ol-rotate { .ol-touch .ol-rotate {
inset: auto auto 6em; inset: auto 0.5em 6em auto;
} }
span.icon { span.icon {