From 01e101147f4009f8bf46bc4a84f09541fa8f5bf3 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:00:39 +1300 Subject: [PATCH] nice big buttons on mobile --- app/templates/post/_comment_voting_buttons.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/post/_comment_voting_buttons.html b/app/templates/post/_comment_voting_buttons.html index 967be665..75507211 100644 --- a/app/templates/post/_comment_voting_buttons.html +++ b/app/templates/post/_comment_voting_buttons.html @@ -2,15 +2,15 @@ {% if can_upvote(current_user, community) %}
- +
{% endif %} - {{ comment.up_votes - comment.down_votes }} + {{ comment.up_votes - comment.down_votes }} {% if can_downvote(current_user, community) %}
- +
{% endif %}