fix: Change header width when open global header and side menu

This commit is contained in:
AkiraFukushima 2018-11-23 19:12:26 +09:00
parent b6f4d000d1
commit 9891e37bde
1 changed files with 4 additions and 0 deletions

View File

@ -195,6 +195,10 @@ export default {
}
.with-global-header {
.page .header {
width: calc(100% - 245px);
}
.page-narrow .header {
width: calc(100% - 65px - 64px);
}