1
0
Fork 0
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:
SirStendec 2018-04-19 16:38:21 -04:00
parent 547f50312e
commit 37237c47a6
2 changed files with 65 additions and 55 deletions

View file

@ -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) {