From b40a5a6e9a3715fbc5351f41bdf6c9d35fb472a9 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Sat, 12 Apr 2025 09:03:55 -0500 Subject: [PATCH] UX: Adjust avatar spacing (#131) --- scss/topic-cards.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/topic-cards.scss b/scss/topic-cards.scss index 4ea75e7..c23bbbb 100644 --- a/scss/topic-cards.scss +++ b/scss/topic-cards.scss @@ -569,6 +569,9 @@ body.user-messages-page { display: flex; align-items: center; height: 100%; + a { + margin-right: 4px; + } .avatar { width: 20px; height: 20px;