Skip to content

Commit

Permalink
increase prompt heights on mobile for compare
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 23, 2023
1 parent 33ebc06 commit 50d7b6d
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 @@ -71,7 +71,7 @@ export default {
top: 80px;
width: 330px;
left: 250px;
height: 170px;
height: 180px;
}
}
</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: 170px;
height: 180px;
}
}
</style>

0 comments on commit 50d7b6d

Please sign in to comment.