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 @@ {{if and .Posts .PostID }}{{ (index .Posts 0).Post.Name}} : {{.CommunityName}}{{else if and .Community (ne .Community.CommunityView.Community.Title "")}}{{.Community.CommunityView.Community.Title}}{{else if ne .CommunityName ""}}/c/{{.CommunityName}}{{ else if .User}}overview for {{.User.PersonView.Person.Name}}{{else}}{{ host .Host }}{{end}} - +