Various search UI improvements
This commit is contained in:
parent
630394d91d
commit
a9cb621eb6
25 changed files with 835 additions and 577 deletions
|
@ -1149,7 +1149,7 @@ export async function startApp(): Promise<void> {
|
|||
document.querySelector(
|
||||
'.module-left-pane__header__contents__back-button'
|
||||
),
|
||||
document.querySelector('.module-main-header__search__input'),
|
||||
document.querySelector('.LeftPaneSearchInput__input'),
|
||||
document.querySelector('.module-main-header__compose-icon'),
|
||||
document.querySelector(
|
||||
'.module-left-pane__compose-search-form__input'
|
||||
|
@ -1228,8 +1228,8 @@ export async function startApp(): Promise<void> {
|
|||
return;
|
||||
}
|
||||
|
||||
// MainHeader search box
|
||||
if (className.includes('module-main-header__search__input')) {
|
||||
// Search box
|
||||
if (className.includes('LeftPaneSearchInput__input')) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue