]> Untitled Git - lemmy-ui.git/commitdiff
fix: Fix a too-small thumbnail column
authorJay Sitter <jay@jaysitter.com>
Sun, 25 Jun 2023 23:46:27 +0000 (19:46 -0400)
committerJay Sitter <jay@jaysitter.com>
Sun, 25 Jun 2023 23:46:27 +0000 (19:46 -0400)
src/shared/components/post/post-listing.tsx

index 70ec2c86a2573115bb953430fb96f1db79897111..a79c8c25d5b5ed346e635fc1ef3c4487c1d077ee 100644 (file)
@@ -1418,10 +1418,10 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
                 />
               </div>
             )}
-            <div className="col-sm-1 col-md-2 pe-0 post-media">
+            <div className="col-sm-2 pe-0 post-media">
               <div className="">{this.thumbnail()}</div>
             </div>
-            <div className="col-12 col-sm-8 col-md-9 ">
+            <div className="col-12 col-sm-9">
               {this.postTitleLine()}
               {this.createdLine()}
               {this.showBodyPreview()}