diff --git a/web/src/App.svelte b/web/src/App.svelte
index 11d87a8..2bd383f 100644
--- a/web/src/App.svelte
+++ b/web/src/App.svelte
@@ -95,10 +95,10 @@
{/if}
-
-
@@ -395,8 +407,6 @@
gap: 10px;
}
- /* Heading Display */
-
.heading-controls-row {
display: flex;
align-items: center;
@@ -485,7 +495,6 @@
50% { opacity: 1; }
}
- /* Map */
.map-container {
display: flex;
justify-content: center;
@@ -521,7 +530,7 @@
.clickable-compass {
cursor: crosshair;
user-select: none;
- outline: none; /* Remove focus outline */
+ outline: none;
}
.clickable-compass:hover {
@@ -540,5 +549,4 @@
font-size: 12px;
font-weight: 600;
}
-
-
\ No newline at end of file
+