projects
/
lemmy-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
424d298
)
fix: Fix a too-small thumbnail column
author
Jay Sitter
<jay@jaysitter.com>
Sun, 25 Jun 2023 23:46:27 +0000
(19:46 -0400)
committer
Jay Sitter
<jay@jaysitter.com>
Sun, 25 Jun 2023 23:46:27 +0000
(19:46 -0400)
src/shared/components/post/post-listing.tsx
patch
|
blob
|
history
diff --git
a/src/shared/components/post/post-listing.tsx
b/src/shared/components/post/post-listing.tsx
index 70ec2c86a2573115bb953430fb96f1db79897111..a79c8c25d5b5ed346e635fc1ef3c4487c1d077ee 100644
(file)
--- a/
src/shared/components/post/post-listing.tsx
+++ b/
src/shared/components/post/post-listing.tsx
@@
-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()}