From f1e50854fd2d49bd7868b63bb86c5973d251869a Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Mon, 11 Mar 2024 07:38:09 +0100 Subject: [PATCH] Mobile menu button: RTL position --- src/components/LoadIndicator/LoadIndicator.css | 2 +- src/index.css | 3 ++- src/peripleo/controls/Controls.css | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/LoadIndicator/LoadIndicator.css b/src/components/LoadIndicator/LoadIndicator.css index 1e47fac..6a74139 100644 --- a/src/components/LoadIndicator/LoadIndicator.css +++ b/src/components/LoadIndicator/LoadIndicator.css @@ -9,7 +9,7 @@ .kima-load-indicator.mobile { top: 70px; - left: 20px; + right: 20px; } .kima-load-indicator svg { diff --git a/src/index.css b/src/index.css index 4c009d2..a7c2320 100644 --- a/src/index.css +++ b/src/index.css @@ -86,6 +86,7 @@ html, body, #app { position: absolute; left: 0; } + .kima-nli-logo img.desktop { margin: 0 10px 25px 10px; width: 230px; @@ -93,7 +94,7 @@ html, body, #app { .kima-nli-logo img.mobile { margin: 0 15px 45px 0; - width: 180px; + width: 100px; } .p6o-kima-map-controls-container { diff --git a/src/peripleo/controls/Controls.css b/src/peripleo/controls/Controls.css index 425326a..261b128 100644 --- a/src/peripleo/controls/Controls.css +++ b/src/peripleo/controls/Controls.css @@ -29,7 +29,9 @@ } .p6o-controls-btn.p6o-mobile-menu-btn { - margin: 20px; + position: absolute; + right: 20px; + top: 20px; } .p6o-controls-container * {