From 518b9c44b643d5829017eb5f87b36d249d121474 Mon Sep 17 00:00:00 2001 From: theocrsb Date: Fri, 13 Dec 2024 15:44:07 +0100 Subject: [PATCH] front: update top positon of compass in map buttons Signed-off-by: theocrsb --- front/src/styles/scss/common/map/_map.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/styles/scss/common/map/_map.scss b/front/src/styles/scss/common/map/_map.scss index 4e80f6d1c8a..8cee7c7a691 100644 --- a/front/src/styles/scss/common/map/_map.scss +++ b/front/src/styles/scss/common/map/_map.scss @@ -63,7 +63,7 @@ .compass-needle, .compass-cardinal { position: absolute; - top: 16px; + top: 12px; left: 18px; transform: translate(-40%, 0); }