diff options
author | 2023-05-12 13:50:37 +0200 | |
---|---|---|
committer | 2023-05-12 13:50:37 +0200 | |
commit | 66df97414329838533172c475ad91edbf36cc96d (patch) | |
tree | e2fc193b64bf9abf6b918f62405dc5449307d172 /web/template | |
parent | [frogend/chore] remove break-all on profile fields (#1770) (diff) | |
download | gotosocial-66df97414329838533172c475ad91edbf36cc96d.tar.xz |
[frogend/bugfix] fix dynamicSpoiler elements (#1771)
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/status.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/status.tmpl b/web/template/status.tmpl index a8c9792ab..08cbdcf01 100644 --- a/web/template/status.tmpl +++ b/web/template/status.tmpl @@ -55,7 +55,7 @@ {{range $index, $media := .}} {{with $media}} <div class="media-wrapper"> - <details class="{{.Type}}-spoiler" {{if not $.Sensitive}}open{{end}}> + <details class="{{.Type}}-spoiler media-spoiler" {{if not $.Sensitive}}open{{end}}> <summary> <div class="show sensitive button" aria-hidden="true"> Show sensitive media |