Merge pull request #737 from amyspark/fix-header-length
Fix header length when not using narrow menu
This commit is contained in:
commit
de0a09c0a6
|
@ -172,7 +172,7 @@ export default {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
width: calc(100% - 245px);
|
width: calc(100% - 180px);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
|
|
Loading…
Reference in New Issue