Fix header length when not using narrow menu

This commit is contained in:
L. E. Segovia 2018-11-21 15:40:05 +00:00
parent 7f7250dbea
commit 8aea2303f3
No known key found for this signature in database
GPG Key ID: D5D1DC48B52B7AD5
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ export default {
box-sizing: border-box;
.header {
width: calc(100% - 245px);
width: calc(100% - 180px);
position: fixed;
top: 0;
height: 48px;