Fix: Revert hiding the search button

This commit is contained in:
lscambo13
2024-12-05 08:56:38 -08:00
parent ff0d0ceca6
commit 6c2c9b459a

View File

@@ -170,7 +170,7 @@ h1 {
/* hide search button when not on home screen */
.skinHeader:not(.noHomeButtonHeader) .headerSearchButton {
display: none;
/* display: none; */
}
.pageTitle {