diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte
index 3e4152b..8b7669d 100644
--- a/frontend/src/App.svelte
+++ b/frontend/src/App.svelte
@@ -106,6 +106,9 @@
bind:selected_location={$selected_location}
/>
+
+
+
@@ -214,6 +217,7 @@
.settings {
display: flex;
gap: 5px;
+ align-items: center;
}
button {