WIP: This addresses formatting issues when favorites on a post exceed 1k #233

Closed
drudge wants to merge 4 commits from (deleted):develop into develop
Showing only changes of commit 9829f86f03 - Show all commits

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