Skip to content

Commit

Permalink
trying different popup sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 7, 2023
1 parent f94cd33 commit a33ecc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/UsrMsg.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ export default {
<style scoped lang="scss">
.toggleButton {
cursor: pointer;
font-size: 14px;
font-size: 16px;
}
</style>
6 changes: 3 additions & 3 deletions src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ $sideMenu-width: 250px;
align-items: center;
position: absolute;
top: 7em;
left: 1em;
left: 0.7em;
background-color: white;
border: 2px solid rgba(0, 0, 0, 0.2);
background-clip: padding-box;
Expand Down Expand Up @@ -666,7 +666,7 @@ $sideMenu-width: 250px;
position: absolute;
top: 10px;
left: 50px;
width: 90px;
width: 115px;
height: 50px;
background-color: white;
border: 2px solid rgba(0, 0, 0, 0.2);
Expand All @@ -676,6 +676,6 @@ $sideMenu-width: 250px;
justify-content: center;
z-index: 500;
cursor: pointer;
font-size: 14px;
font-size: 16px;
}
</style>
4 changes: 2 additions & 2 deletions src/components/map/sideView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ export default {
z-index: 401;
display: block;
position: absolute;
left: 25%;
left: 29.5%;
bottom: 13%;
width: 440px !important;
width: 420px !important;
height: 85% !important;
}
.main {
Expand Down

0 comments on commit a33ecc8

Please sign in to comment.