[bug] fix header resize on layout event

This commit is contained in:
zombieFox 2019-01-03 23:10:17 +00:00
parent 301d275016
commit 6776a6ad50
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
.container {
margin-left: auto;
margin-right: auto;
transition: all var(--animation-speed-fast) ease-in-out;
}
.is-layout-fluid .container,

View File

@ -340,6 +340,7 @@ var control = (function() {
value: this.value
});
render();
header.render();
data.save();
}, false);
});