From: Jay Sitter <jay@jaysitter.com>
Date: Thu, 22 Jun 2023 21:32:24 +0000 (-0400)
Subject: fix: Undo some other extraneous changes
X-Git-Url: http://these/git/%7B%60%24%7BghostArchiveUrl%7D/static/%7B%60%24%7BwebArchiveUrl%7D/save/%24%7BencodeURIComponent%28url%29%7D%60%7D?a=commitdiff_plain;h=1ea33e8c7e9acaffa97dd25c6a172ce441f01d91;p=lemmy-ui.git

fix: Undo some other extraneous changes
---

diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx
index 15e7416..b4c86ee 100644
--- a/src/shared/components/post/post-listing.tsx
+++ b/src/shared/components/post/post-listing.tsx
@@ -656,6 +656,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
     return (
       <>
         {this.saveButton}
+        {this.crossPostButton}
 
         {/**
          * If there is a URL, or if the post has a body and we were told not to
@@ -680,11 +681,6 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
           </button>
 
           <ul className="dropdown-menu" id="advancedButtonsDropdown">
-            <li>{this.crossPostButton}</li>
-            <li>
-              <hr className="dropdown-divider" />
-            </li>
-
             {!this.myPost ? (
               <>
                 <li>{this.reportButton}</li>
@@ -779,7 +775,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
   get crossPostButton() {
     return (
       <Link
-        className="btn-animate text-muted py-0"
+        className="btn btn-sm btn-animate text-muted py-0"
         to={{
           /* Empty string properties are required to satisfy type*/
           pathname: "/create_post",