]> Untitled Git - lemmy-ui.git/commitdiff
fixing some star margins.
authorDessalines <tyhou13@gmx.com>
Sat, 3 Oct 2020 15:41:57 +0000 (10:41 -0500)
committerDessalines <tyhou13@gmx.com>
Sat, 3 Oct 2020 15:41:57 +0000 (10:41 -0500)
src/shared/components/post-listing.tsx

index e3e75ddb8f83b7058406d4910b9ad5f086ec73f9..7cc213b774a950323ecf53bbf3c1a40ae3c141dd 100644 (file)
@@ -579,7 +579,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
               </button>
             </div>
             <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)}
               data-tippy-content={
                 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 && (
               <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)}
                 data-tippy-content={i18n.t('more')}
               >