cleaned up scss
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
Sean Meininger 2022-11-23 20:14:22 -08:00
parent 6d7a6ddb0e
commit 9829f86f03
1 changed files with 8 additions and 2 deletions

View File

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