Add some margin above a group's sidebar text

This commit is contained in:
Deimos
2020-12-15 19:38:59 -07:00
parent e685639e84
commit 071f1e04f6
2 changed files with 5 additions and 1 deletions

View File

@@ -34,6 +34,10 @@
}
}
.group-sidebar-text {
margin-top: 1rem;
}
.group-subscription {
display: flex;
align-items: center;

View File

@@ -223,7 +223,7 @@
{% endif %}
{% if group.sidebar_rendered_html %}
{{ group.sidebar_rendered_html|safe }}
<div class="group-sidebar-text">{{ group.sidebar_rendered_html|safe }}</div>
{% endif %}
{% if subgroups %}