X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/d429667c4eb8ef7968a96612b3615ccf0bb1fccc..3e7d875df78b94d17251d811f891761dc8b67735:/src/components/SearchSection.svelte
diff --git a/src/components/SearchSection.svelte b/src/components/SearchSection.svelte
index 0246605..c789804 100644
--- a/src/components/SearchSection.svelte
+++ b/src/components/SearchSection.svelte
@@ -96,16 +96,15 @@
placeholder="Search"
value="{api_request_params.q || ''}" />
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -129,16 +128,15 @@
placeholder="Postal Code"
value="{api_request_params.postalcode || ''}" />
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
@@ -174,7 +172,7 @@
@@ -182,7 +180,7 @@
@@ -196,10 +194,11 @@
-
+
@@ -214,23 +213,10 @@
.nav-link {
padding: 0.1rem 1rem;
}
- .tab-content {
- display: flex;
- align-items: baseline
- }
#q {
- min-width: 500px;
- }
- @media (max-width: 850px) {
- #q {
- min-width: 400px;
- }
- }
- @media (max-width: 768px) {
- .search-button-group {
- display: inline;
- }
+ width: 500px;
+ max-width: 100%;
}
#searchAdvancedOptions ul {