diff --git a/tildes/scss/modules/_group.scss b/tildes/scss/modules/_group.scss index 578242e..afc2d6b 100644 --- a/tildes/scss/modules/_group.scss +++ b/tildes/scss/modules/_group.scss @@ -34,6 +34,10 @@ } } +.group-sidebar-text { + margin-top: 1rem; +} + .group-subscription { display: flex; align-items: center; diff --git a/tildes/tildes/templates/topic_listing.jinja2 b/tildes/tildes/templates/topic_listing.jinja2 index f3b1b44..1f194b4 100644 --- a/tildes/tildes/templates/topic_listing.jinja2 +++ b/tildes/tildes/templates/topic_listing.jinja2 @@ -223,7 +223,7 @@ {% endif %} {% if group.sidebar_rendered_html %} - {{ group.sidebar_rendered_html|safe }} +
{{ group.sidebar_rendered_html|safe }}
{% endif %} {% if subgroups %}