Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Aug 10, 2023
1 parent 0b4c6ee commit f960c2f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -531,13 +531,13 @@ $sideMenu-width: 250px;
bottom: 0px;
}
.mapContainer {
background-color: blue;
position: absolute;
top: 0;
left: 0px;
height: 100%;
width: calc(100% - #{$sideMenu-width});
}
background-color: blue;
position: absolute;
top: 0;
left: 0px;
height: 100%;
width: calc(100% - #{$sideMenu-width});
}
}
.side-enter-active,
Expand Down

0 comments on commit f960c2f

Please sign in to comment.