From 071f1e04f66b5ec3b61e6d6bf5e6369f02661a80 Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 15 Dec 2020 19:38:59 -0700 Subject: [PATCH] Add some margin above a group's sidebar text --- tildes/scss/modules/_group.scss | 4 ++++ tildes/tildes/templates/topic_listing.jinja2 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 %}