From 93cb0892ae3450c5861fbcc38b06507cc1beb534 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 29 Feb 2020 21:04:42 -0500 Subject: [PATCH] Some fixes for mobile view. --- ui/src/components/post-listing.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index a0e89268..1fdfad2d 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -249,7 +249,9 @@ export class PostListing extends Component { -
{this.state.score}
+
+ {this.state.score} +
{WebSocketService.Instance.site.enable_downvotes && (