Skip to content

Commit

Permalink
run lint again on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Aug 8, 2023
1 parent 2a6788a commit ed94965
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
7 changes: 2 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,8 @@ body {
<style scoped lang="scss">
@import '@/assets/style-variables.scss';
/* Media query for mobile devices */
@media only screen and (max-width: 768px) {
/* Media query for mobile devices */
@media only screen and (max-width: 768px) {
body {
max-width: 100%;
overflow-x: hidden; /* Hide horizontal scrollbar */
Expand Down Expand Up @@ -175,5 +173,4 @@ body {
padding: 0;
width: 100%;
}
</style>
20 changes: 10 additions & 10 deletions src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -500,16 +500,16 @@ $sideMenu-width: 250px;
@media only screen and (max-width: 768px) {
.sideMenu {
background-color: $--color-black;
height: calc(100% - 1em);
position: absolute;
top: 0;
left: 0;
z-index: 2000;
width: $sideMenu-width;
padding-top: 1em;
margin-top: 10em;
}
background-color: $--color-black;
height: calc(100% - 1em);
position: absolute;
top: 0;
left: 0;
z-index: 2000;
width: $sideMenu-width;
padding-top: 1em;
margin-top: 10em;
}
}
.sideMenuGroupTitle {
Expand Down

0 comments on commit ed94965

Please sign in to comment.