feat: ✨ use FlexBox to properly arrange the sidebar layouts
Some checks reported warnings
/ phplint (push) Has been cancelled
Some checks reported warnings
/ phplint (push) Has been cancelled
This commit is contained in:
parent
771e9a2ec8
commit
de1f1446a3
10 changed files with 172 additions and 123 deletions
|
@ -182,7 +182,7 @@ class TocNavBarUpdater {
|
|||
trackingRebuildCallback() {
|
||||
this._removeNavbarElements();
|
||||
|
||||
this.navbar_dom = document.querySelector('.navbar ._path');
|
||||
this.navbar_dom = document.querySelector('#main_navbar_path');
|
||||
}
|
||||
|
||||
trackingUpdateCallback(element) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue