Skip to content

Commit

Permalink
last mobile button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 23, 2023
1 parent 84b725f commit 33ebc06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion src/components/map/compareButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
position: absolute;
top: 78px;
left: 10px;
width: 170px;
width: 150px;
height: 40px;
background-color: white;
border: 2px solid rgba(0, 0, 0, 0.2);
Expand All @@ -30,4 +30,10 @@ export default {
cursor: pointer;
font-size: 15px;
}
@media only screen and (max-width: 600px) {
.bigButton {
width: 170px;
left: 0px;
}
}
</style>
4 changes: 2 additions & 2 deletions src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -765,10 +765,10 @@ $sideMenu-width: 250px;
display: flex;
align-items: center;
position: absolute;
top: 20px;
top: 10px;
left: 50px;
width: 110px;
height: 40px;
height: 63px;
background-color: white;
border: 2px solid rgba(0, 0, 0, 0.2);
background-clip: padding-box;
Expand Down

0 comments on commit 33ebc06

Please sign in to comment.