From fad0cf98af713093a0c5f792912f0fd4d816cb90 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine Date: Tue, 24 Dec 2024 07:47:28 -0600 Subject: [PATCH] UX: Fix spacing in comments grid --- 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);