mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update for new search page
This commit is contained in:
parent
eb0b682b08
commit
3bdd8ee4d9
@ -121,7 +121,8 @@ body.fixed-navbar {
|
||||
top: calc(var(--navbar-height) + 8px) !important;
|
||||
}
|
||||
}
|
||||
.bili-feed4 .header-channel {
|
||||
.bili-feed4 .header-channel,
|
||||
.search-fixed-header {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@ -166,7 +166,7 @@ export default Vue.extend({
|
||||
if (!matchUrlPattern(/^https?:\/\/search\.bilibili\.com/)) {
|
||||
return
|
||||
}
|
||||
select('#search-keyword').then((input: HTMLInputElement) => {
|
||||
select('#search-keyword, .search-input-el').then((input: HTMLInputElement) => {
|
||||
if (!input) {
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user