mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 12:31:47 +02:00
[bug] fix header resize on layout event
This commit is contained in:
parent
301d275016
commit
6776a6ad50
@ -1,7 +1,6 @@
|
||||
.container {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
transition: all var(--animation-speed-fast) ease-in-out;
|
||||
}
|
||||
|
||||
.is-layout-fluid .container,
|
||||
|
@ -340,6 +340,7 @@ var control = (function() {
|
||||
value: this.value
|
||||
});
|
||||
render();
|
||||
header.render();
|
||||
data.save();
|
||||
}, false);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user