Added some grays to the status box

why am I doing this instead of the thing I meant to do
This commit is contained in:
Mouse Reeve
2021-01-06 19:52:47 -08:00
parent 5c6aed1b0e
commit 02aac76acc
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
{% if not hide_book %}
{% if status.book or status.mention_books.count %}
<div class="{% if status.status_type != 'GeneratedNote' %}box{% endif %}">
<div class="{% if status.status_type != 'GeneratedNote' %}box has-background-white-bis{% endif %}">
{% if status.book %}
{% include 'snippets/book_preview.html' with book=status.book %}
{% elif status.mention_books.count %}