diff --git a/webapp/src/views/HomeView.vue b/webapp/src/views/HomeView.vue index 9152d42..31cda56 100644 --- a/webapp/src/views/HomeView.vue +++ b/webapp/src/views/HomeView.vue @@ -17,6 +17,8 @@ > = ref(13); const center: Ref = ref(null); @@ -74,6 +77,7 @@ const bounds: Ref = ref(null); const searchField: Ref = ref(null); const searchQuery: Ref = ref(''); const router = useRouter(); +const { xs } = useDisplay(); const canRefreshMarkers = computed(() => zoom.value >= 10); @@ -216,10 +220,7 @@ onMounted(() => { } .map-search { - /* position: absolute; - top: 16px; - left: 16px; */ - width: calc(100vw - 32px); + width: calc(100vw - 22px); max-width: 400px; z-index: 1000; } diff --git a/webapp/src/views/RoadmapView.vue b/webapp/src/views/RoadmapView.vue index 01afcdb..2af6804 100644 --- a/webapp/src/views/RoadmapView.vue +++ b/webapp/src/views/RoadmapView.vue @@ -17,11 +17,6 @@

Upcoming Features

-

mdi-magnifySearch Functionality

-

- Search the map for specific locations, cities, or regions. -

-

mdi-map-marker-plusReport an ALPR on this Site

Report ALPRs directly from this site, without having to use the OSM Editor or copy and paste object tags.