diff --git a/bookwyrm/templates/snippets/status_content.html b/bookwyrm/templates/snippets/status_content.html index aa7d2cb8..d6dd5ef5 100644 --- a/bookwyrm/templates/snippets/status_content.html +++ b/bookwyrm/templates/snippets/status_content.html @@ -10,19 +10,15 @@ {% endif %} {% if status.content_warning %} -
+

{{ status.content_warning }}

- - + {% include 'snippets/toggle/open_button.html' with text="show more" class="is-small" controls_text="show-status-cw" controls_uid=status.id %}
- - {% endif %} -