@@ -92,24 +92,23 @@
#map {
width: 100%;
- height: calc(100% - 44px); /* Adjust height to account for navbar */
+ height: 100%;
position: absolute;
- top: 40px;
+ top: 0;
left: 0;
}
.coordinates-display {
position: absolute;
- top: 54px;
+ top: 10px;
right: 10px;
- background: #fff; /* Remove transparency */
- padding: 3px 8px; /* Reduce padding */
+ background: rgba(255, 255, 255, 0.8);
+ padding: 5px 10px;
+ border-radius: 3px;
font-family: Arial, sans-serif;
font-size: 14px;
z-index: 1000; /* Ensure it's above the map */
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
- border: 1px solid #ccc; /* Add card border */
- width: 150px; /* Fixed width */
}
.panel-container {
diff --git a/static/logo.svg b/static/logo.svg
deleted file mode 100644
index 741bbe4..0000000
--- a/static/logo.svg
+++ /dev/null
@@ -1,28 +0,0 @@
-