Simplify search logic with css classes

This commit is contained in:
SillyLossy
2023-04-29 17:54:51 +03:00
parent 26e10c2d9a
commit a881ed32c5
2 changed files with 7 additions and 30 deletions

View File

@@ -3060,7 +3060,7 @@ a {
display: none;
}
.hiddenByTag {
.hiddenByTag, .hiddenByFav, .hiddenBySearch {
display: none !important;
}