add rules channel and move settings arround

This commit is contained in:
MathMan05 2025-04-10 14:38:03 -05:00
parent 47d9db2e5b
commit 4af765c16a
7 changed files with 101 additions and 34 deletions

View file

@ -404,6 +404,10 @@ textarea {
mask: url(/icons/pin.svg);
mask-size: cover;
}
.svg-rules {
mask: url(/icons/rules.svg);
mask-size: cover;
}
.svg-unspoiler {
mask: url(/icons/unspoiler.svg);
}