Skip to content

Commit

Permalink
mobile map prompt adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Jan 16, 2024
1 parent ccb54fe commit a2b3023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/map/map_prompt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
top: 100px;
width: 330px;
left: 250px;
height: 380px;
height: 280px;
}
}
</style>
2 changes: 1 addition & 1 deletion src/components/map/prompt_error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default {}
top: 80px;
width: 330px;
left: 250px;
height: 200px;
height: 210px;
}
}
</style>

0 comments on commit a2b3023

Please sign in to comment.