diff --git a/public/style.css b/public/style.css index b99d837..2b8d148 100644 --- a/public/style.css +++ b/public/style.css @@ -480,6 +480,9 @@ form.nsfw div { .hidechildren.hidden .hide { display: none; } +.hidechildren span { + pointer-events: none; +} .expando { display: none; max-width: 870px; diff --git a/templates/main.html b/templates/main.html index 713d722..7b3b97d 100644 --- a/templates/main.html +++ b/templates/main.html @@ -3,7 +3,7 @@