support more bbcode tags

audio/video/hide/hr/strikethrough
This commit is contained in:
NekoCH
2024-04-17 13:56:24 +08:00
parent 2447469ea0
commit 08f879a5b9
5 changed files with 131 additions and 5 deletions
+8
View File
@@ -96,3 +96,11 @@ img.hitandrun {
.form-control-row input[type=checkbox] {
vertical-align: sub;
}
.hidden-text {
filter: blur(.5em);
transition: filter .15s ease-in-out;
}
.hidden-text:hover {
filter: blur(0);
}