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%; + } }