From 9829f86f030ef6c093f55cc40be4ed538f0b4c08 Mon Sep 17 00:00:00 2001 From: Sean Meininger Date: Wed, 23 Nov 2022 20:14:22 -0800 Subject: [PATCH] cleaned up scss --- src/components/status/status.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/status/status.scss b/src/components/status/status.scss index bfcf91a2..8ba10200 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -302,6 +302,7 @@ position: relative; width: 100%; display: flex; + justify-content: left; margin-top: var(--status-margin, $status-margin); > * { @@ -310,12 +311,17 @@ } .FavoriteButton, .RetweetButton { - max-width: 5em; + max-width: 4.5em; + flex: 2; } - + .QuoteButton { justify-content: center; } + + .ReactButton > button { + margin-left: 5%; + } }