chore: consolidate some styles

This commit is contained in:
Cory Dransfeldt 2023-12-31 11:51:40 -08:00
parent e92ecdaa67
commit d36f643399
No known key found for this signature in database
16 changed files with 25 additions and 50 deletions

View file

@ -7,12 +7,12 @@
{% endcapture -%}
{% if mentions[type].size > 0 %}
<h2>{{ title }}</h2>
<div class="interaction__wrapper">
<div class="interaction__wrapper flex--centered">
<ul>
{% for mention in mentions[type] %}
<li>
<a href={{mention.url}}>
<div class="avatar__wrapper">
<div class="avatar__wrapper flex--centered">
{% image mention.author.photo, mention.author.name, 'avatar__wrapper-image' %}
</div>
</a>