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

@ -2,10 +2,10 @@
<h2>Comments</h2>
<div class="interaction__wrapper comments">
{% for mention in mentions['in-reply-to'] %}
<div class="comment__wrapper">
<div class="comment__wrapper--interior">
<div class="comment__wrapper flex--centered">
<div class="comment__wrapper--interior flex--centered">
<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>