@@ -92,23 +92,24 @@
#map {
width: 100%;
- height: 100%;
+ height: calc(100% - 44px); /* Adjust height to account for navbar */
position: absolute;
- top: 0;
+ top: 40px;
left: 0;
}
.coordinates-display {
position: absolute;
- top: 10px;
+ top: 54px;
right: 10px;
- background: rgba(255, 255, 255, 0.8);
- padding: 5px 10px;
- border-radius: 3px;
+ background: #fff; /* Remove transparency */
+ padding: 3px 8px; /* Reduce padding */
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
new file mode 100644
index 0000000..741bbe4
--- /dev/null
+++ b/static/logo.svg
@@ -0,0 +1,28 @@
+