fixing some star margins.

This commit is contained in:
Dessalines 2020-10-03 10:41:57 -05:00
parent 05065608f3
commit 42f5893760

View file

@ -579,7 +579,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
</button> </button>
</div> </div>
<button <button
class="btn btn-link btn-animate text-muted py-0 pl-1" class="btn btn-link btn-animate text-muted py-0 pl-1 pr-0"
onClick={linkEvent(this, this.handleSavePostClick)} onClick={linkEvent(this, this.handleSavePostClick)}
data-tippy-content={ data-tippy-content={
post.saved ? i18n.t('unsave') : i18n.t('save') post.saved ? i18n.t('unsave') : i18n.t('save')
@ -592,7 +592,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
{!this.state.showMoreMobile && this.props.showBody && ( {!this.state.showMoreMobile && this.props.showBody && (
<button <button
class="btn btn-link btn-animate text-muted py-0 p-0" class="btn btn-link btn-animate text-muted py-0"
onClick={linkEvent(this, this.handleShowMoreMobile)} onClick={linkEvent(this, this.handleShowMoreMobile)}
data-tippy-content={i18n.t('more')} data-tippy-content={i18n.t('more')}
> >