From f4d5f2398503415b6d8124b9dba3af3e26354c86 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:00:34 -0600 Subject: [PATCH] UX: Fix spacing in comments grid (#62) --- common/common.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/common.scss b/common/common.scss index b3234f4..88a5953 100644 --- a/common/common.scss +++ b/common/common.scss @@ -259,7 +259,7 @@ .topic-thumbnail-likes { grid-area: likes; display: flex; - justify-content: flex-end; + justify-content: center; align-items: center; color: var(--primary-low-mid); overflow: hidden; @@ -280,8 +280,6 @@ width: auto !important; // overrides very specific core style .badge-posts { padding: 0; - height: 100%; - width: 100%; } span.number { color: var(--primary-low-mid);