mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-29 05:58:30 +00:00
Fix the navigation bar updating hiding the FFZ menu button as well as the main menu not appearing on some pages.
This commit is contained in:
parent
547f50312e
commit
37237c47a6
2 changed files with 65 additions and 55 deletions
|
@ -10,8 +10,8 @@ import {has, deep_copy} from 'utilities/object';
|
|||
|
||||
import {parse_path} from 'src/settings';
|
||||
|
||||
const EXCLUSIVE_SELECTOR = '.twilight-main,.twilight-minimal-root>div',
|
||||
MAXIMIZED_SELECTOR = '.twilight-main,.twilight-minimal-root',
|
||||
const EXCLUSIVE_SELECTOR = '.twilight-main,.twilight-minimal-root>div,.twilight-root>.tw-full-height',
|
||||
MAXIMIZED_SELECTOR = '.twilight-main,.twilight-minimal-root,.twilight-root .dashboard-side-nav+.tw-full-height',
|
||||
SELECTOR = '.twilight-root>.tw-full-height,.twilight-minimal-root>.tw-full-height';
|
||||
|
||||
function format_term(term) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue