enable custom CSS on search page

This commit is contained in:
siikamiika 2019-11-09 12:43:22 +02:00
parent 177fad56b5
commit cf0bb0a9e2

View File

@ -292,10 +292,6 @@ class DisplaySearch extends Display {
return this.optionsContext;
}
setCustomCss() {
// No custom CSS
}
setIntroVisible(visible, animate) {
if (this.introVisible === visible) {
return;