deing
6 years ago
No known key found for this signature in database
GPG Key ID: DA34C790D267C164
2 changed files with
7 additions and
1 deletions
-
tildes/scss/modules/_group.scss
-
tildes/tildes/templates/groups.jinja2
|
|
|
@ -14,6 +14,12 @@ |
|
|
|
.group-subscription-count { |
|
|
|
margin-bottom: 0.2rem; |
|
|
|
} |
|
|
|
|
|
|
|
@for $indent-level from 1 through 4 { |
|
|
|
tr.group-level-#{$indent-level} td:first-child { |
|
|
|
padding-left: #{$indent-level}rem; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.group-list-description { |
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
</thead> |
|
|
|
<tbody> |
|
|
|
{% for group in groups %} |
|
|
|
<tr> |
|
|
|
<tr class="group-level-{{ group.path|length - 1 }}"> |
|
|
|
<td> |
|
|
|
{{ group_linked(group.path) }} |
|
|
|
{% if group.short_description %} |
|
|
|
|