From 4cf67e9231b3cb89eaf785d34481c6b4ad1fc0e8 Mon Sep 17 00:00:00 2001 From: Cinder Date: Mon, 4 Nov 2024 07:29:09 -0800 Subject: [PATCH] [Users] Minor fix to the profile page (#779) --- app/javascript/src/styles/specific/users.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/javascript/src/styles/specific/users.scss b/app/javascript/src/styles/specific/users.scss index c55a05407..a092d5814 100644 --- a/app/javascript/src/styles/specific/users.scss +++ b/app/javascript/src/styles/specific/users.scss @@ -160,10 +160,10 @@ div#c-users { grid-area: p-posts; display: flex; overflow: auto; - justify-content: space-between; + justify-content: flex-start; flex-wrap: wrap; - gap: 0.5em; + gap: 1em; padding: 0.5em; background: var(--color-section); @@ -176,7 +176,7 @@ div#c-users { } article.post-preview { - flex: 0 0 150px; + flex: 0 0 154px; margin: 0; img { max-width: unset !important; } }