From: Dessalines Date: Sun, 1 Mar 2020 02:04:42 +0000 (-0500) Subject: Some fixes for mobile view. X-Git-Url: http://these/git/?a=commitdiff_plain;h=93cb0892ae3450c5861fbcc38b06507cc1beb534;p=lemmy.git Some fixes for mobile view. --- 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 && (