diff --git a/tildes/scss/modules/_comment.scss b/tildes/scss/modules/_comment.scss index e826769..792b6bb 100644 --- a/tildes/scss/modules/_comment.scss +++ b/tildes/scss/modules/_comment.scss @@ -73,13 +73,12 @@ } .comment-tags { - display: inline-flex; - align-items: center; margin: 0 0 0 0.4rem; list-style-type: none; li { margin-top: 0; + max-width: none; } } @@ -96,9 +95,7 @@ } .comment-tag-count { - font-weight: bold; - font-size: 0.5rem; - margin-right: 0.4rem; + font-size: 0.6rem; } .comment-text { diff --git a/tildes/tildes/templates/macros/comments.jinja2 b/tildes/tildes/templates/macros/comments.jinja2 index 7405538..6798e52 100644 --- a/tildes/tildes/templates/macros/comments.jinja2 +++ b/tildes/tildes/templates/macros/comments.jinja2 @@ -102,10 +102,10 @@
  • {{ tag_name }} - x{{ count }} - ({% for tag in comment.tags if tag.name == tag_name -%} + x{{ count }}: + {% for tag in comment.tags if tag.name == tag_name %} {{ username_linked(tag.user.username) }} - {%- endfor %}) + {% endfor %}
  • {% endfor %}