Fix styles

This commit is contained in:
2021-04-12 17:17:58 +03:00
parent 829db1a967
commit 7e26c1b1f5
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build": "npm run collect && vue-cli-service build",
"collect": "ts-node --skip-project ./scripts/collect-static-data.ts"
},
"dependencies": {

View File

@@ -188,6 +188,7 @@ body, #app {
left: 14px;
transition: left linear .3s;
z-index: 2;
width: 40px;
}
.close-btn-icon-when-left-panel-open {
@@ -250,7 +251,7 @@ body, #app {
font-size: 12px;
font-weight: 300;
color: white;
top: calc(49% + 28px);
top: calc(49% + 40px);
left: 10px;
}