From 7e26c1b1f5207c1c6645b01b080e8678dc735543 Mon Sep 17 00:00:00 2001 From: Kurbanov Bulat Date: Mon, 12 Apr 2021 17:17:58 +0300 Subject: [PATCH] Fix styles --- package.json | 2 +- src/App.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 510a9e5..9bc236e 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/App.vue b/src/App.vue index 9421c12..60430a3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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; }