Adding icon to represent replies to a post

This commit is contained in:
Chris Troutner
2026-06-06 07:01:09 -07:00
parent de25decdf1
commit 1b935e0719
4 changed files with 41 additions and 1 deletions
@@ -0,0 +1,12 @@
.post-reply-count {
display: inline-flex;
align-items: center;
gap: 0.35rem;
margin-top: 0.75rem;
color: #6c757d;
font-size: 0.85rem;
}
.post-reply-count-icon {
font-size: 0.9rem;
}