Skip to content

Commit

Permalink
test auto open local script + margin adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Aug 21, 2023
1 parent 720215e commit 4d0c587
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve": "vue-cli-service serve --open",
"build": "node --max_old_space_size=4096 node_modules/.bin/vue-cli-service build --mode=production",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
Expand Down
2 changes: 1 addition & 1 deletion src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ $sideMenu-width: 250px;
}
.sideMenu {
background-color: $--color-black;
height: calc(70% - 1em);
height: calc(70% - 4em);
position: absolute;
left: calc(100% - #{$sideMenu-width});
z-index: 2000;
Expand Down
2 changes: 1 addition & 1 deletion src/components/navBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ i {
position: relative;
transition: all 0.2s ease-out;
left: calc(8.5%);
width: 140px;
width: 150px;
align-items: start;
top: -25px;
padding-bottom: 5vh;
Expand Down

0 comments on commit 4d0c587

Please sign in to comment.