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:
32cc253
)
fix: Remove unnecessary class
author
Jay Sitter
<jay@jaysitter.com>
Sun, 25 Jun 2023 22:18:47 +0000
(18:18 -0400)
committer
Jay Sitter
<jay@jaysitter.com>
Mon, 26 Jun 2023 22:30:31 +0000
(18:30 -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 c00c336491918909b06c38f32bc6064af2859155..f23ff900ae108b8c1f5ec2664251a174d44f1df0 100644
(file)
--- a/
src/shared/components/post/post-listing.tsx
+++ b/
src/shared/components/post/post-listing.tsx
@@
-1127,7
+1127,7
@@
export class PostListing extends Component<PostListingProps, PostListingState> {
const post_view = this.postView;
return (
this.state.showAdvanced && (
- <div className="mt-3
user-actions-line
">
+ <div className="mt-3">
{this.canMod_ && (
<>
{!this.creatorIsMod_ &&