From 8af92836a1e3f18f75c6a05764a9868ed5cf4ee5 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 12 Dec 2023 15:29:18 +0100 Subject: [PATCH] added user marker icon --- src/Components/Map/UtopiaMap.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Components/Map/UtopiaMap.css b/src/Components/Map/UtopiaMap.css index 894a8c78..2dafb368 100644 --- a/src/Components/Map/UtopiaMap.css +++ b/src/Components/Map/UtopiaMap.css @@ -37,7 +37,13 @@ width: 13px; } - + .user-icon { + position: relative; + top: -36px; + left: 10px; + width: 13px; + } + .circle-icon { position: relative; top: -33px;