mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
fixing some star margins.
This commit is contained in:
parent
05065608f3
commit
42f5893760
1 changed files with 2 additions and 2 deletions
|
@ -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')}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue