From: Dessalines Date: Sun, 8 Mar 2020 22:54:52 +0000 (-0400) Subject: Hover on upvote / downvote on post-listing scores. X-Git-Url: http://these/git/?a=commitdiff_plain;h=134e8c1c943d749d9e2512bc2cfe55b6f5080cb5;p=lemmy.git Hover on upvote / downvote on post-listing scores. --- diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index d087d141..bef74999 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -464,22 +464,29 @@ export class PostListing extends Component {
  • •
  • {this.state.upvotes !== this.state.score && ( <> -
  • - - - - - {this.state.upvotes} - -
  • -
  • - - - - - {this.state.downvotes} - -
  • + +
  • + + + + + {this.state.upvotes} + +
  • +
  • + + + + + {this.state.downvotes} + +
  • +
  • •
  • )}