Skip to content

Commit

Permalink
Adjust positions of map controls
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Jul 29, 2024
1 parent 0de48dc commit f45250b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/lib/map/Geocoder.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<style>
div {
position: absolute;
top: 20px;
left: 50px;
top: 100px;
left: 10px;
z-index: 1;
}
</style>
6 changes: 5 additions & 1 deletion src/routes/route_check/problems_map/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,10 @@
background: white;
position: absolute;
top: 10px;
left: 350px;
left: 50%;
transform: translate(-50%, 0);
/* TODO Specified manually */
width: 550px;
}
</style>

0 comments on commit f45250b

Please sign in to comment.