Rename hidden css class to sbhidden to fix compatibility with Piped

Fixes #1865
This commit is contained in:
Ajay
2023-10-08 16:38:40 -04:00
parent 39cfdc7b6c
commit 04a9f82bdc
9 changed files with 31 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ body {
font-weight: bold;
}
.hidden {
.hidden, .sbhidden {
display: none !important;
}