From fc90a92ecfabee6c003d1126d1942f37782d8f35 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 5 Aug 2025 00:24:00 +0300 Subject: [PATCH] better interaction buttons. can't get them quite right - limitation of html? --- src/components/user_card/user_card.scss | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/user_card/user_card.scss b/src/components/user_card/user_card.scss index 84e103aec..caa358daf 100644 --- a/src/components/user_card/user_card.scss +++ b/src/components/user_card/user_card.scss @@ -163,7 +163,7 @@ position: relative; margin: 0.6em; margin-bottom: 0; - text-align: right; + text-align: left; .user-identity { position: relative; @@ -409,11 +409,13 @@ .user-interactions { position: relative; - display: grid; - grid-template-columns: repeat(auto-fit, minmax(5em, 40%)); - grid-gap: 0.6em; - max-width: 98vw; - margin-bottom: 0.6em; + display: flex; + flex-wrap: wrap; + gap: 0.6em; + + > * { + flex: 0 0 10%; + } .popover-trigger-button, .moderation-tools-button { width: 100%;