Merge pull request #737 from amyspark/fix-header-length

Fix header length when not using narrow menu
This commit is contained in:
AkiraFukushima 2018-11-22 08:44:05 +09:00 committed by GitHub
commit de0a09c0a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;