From 8fae95fb7d57b4b67039d5b62e681723167dbaa0 Mon Sep 17 00:00:00 2001
From: Cantuerk <21caog1bif@hft-stuttgart.de>
Date: Tue, 21 Jan 2025 22:23:47 +0000
Subject: [PATCH] Update public/ar_overviewmap.js, public/style.css

---
 public/ar_overviewmap.js | 4 ++--
 public/style.css         | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/public/ar_overviewmap.js b/public/ar_overviewmap.js
index c7e0e47..abdad99 100644
--- a/public/ar_overviewmap.js
+++ b/public/ar_overviewmap.js
@@ -25,7 +25,7 @@ function init_map() {
             CartoDB_Positron.addTo(mymap);
     
             userIcon = L.icon({
-                iconUrl: 'previewImages/map-user.png',
+                iconUrl: 'assets/previewImages/map-user.png',
                 iconSize: [32, 32],
                 iconAnchor: [16, 32],
                 popupAnchor: [0, -32]
@@ -124,4 +124,4 @@ function roundTo(n, digits) {
     }
     return parseFloat(n);
 }
- 
\ No newline at end of file
+ 
diff --git a/public/style.css b/public/style.css
index 94b25b8..7a83201 100644
--- a/public/style.css
+++ b/public/style.css
@@ -250,7 +250,7 @@ button:active {
 .control-button {
   flex: 0 0 auto;
   border: none;
-  border-radius: 5px;
+  border-radius: 20px;
   padding: 8px;
   background-color: #007BFF;
   cursor: pointer;
@@ -258,11 +258,11 @@ button:active {
 }
 
 .control-button img {
-  width: 40px;
-  height: 40px;
+  width: 30px;
+  height: 30px;
 }
 
 .control-button:active {
   background-color: #0056b3;
   transform: scale(0.95);
-}
\ No newline at end of file
+}
-- 
GitLab