cleaned up scss
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Sean Meininger 2022-11-23 20:14:22 -08:00
parent 6d7a6ddb0e
commit 9829f86f03

View file

@ -302,6 +302,7 @@
position: relative; position: relative;
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: left;
margin-top: var(--status-margin, $status-margin); margin-top: var(--status-margin, $status-margin);
> * { > * {
@ -310,12 +311,17 @@
} }
.FavoriteButton, .RetweetButton { .FavoriteButton, .RetweetButton {
max-width: 5em; max-width: 4.5em;
flex: 2;
} }
.QuoteButton { .QuoteButton {
justify-content: center; justify-content: center;
} }
.ReactButton > button {
margin-left: 5%;
}
} }