From 134e8c1c943d749d9e2512bc2cfe55b6f5080cb5 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 8 Mar 2020 18:54:52 -0400 Subject: [PATCH] Hover on upvote / downvote on post-listing scores. --- ui/src/components/post-listing.tsx | 39 ++++++++++++++++++------------ 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index d087d1419..bef74999f 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} + +
  • +
  • )}