From 0b92868bfe5179da1e47a7a24468aac944d553d0 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Mon, 23 Nov 2020 16:58:40 -0800 Subject: [PATCH] Fix Comment Upvote Buttons --- static/style.css | 4 ---- templates/popular.html | 2 -- templates/post.html | 4 +--- templates/subreddit.html | 2 -- templates/user.html | 4 +--- 5 files changed, 2 insertions(+), 14 deletions(-) diff --git a/static/style.css b/static/style.css index e91089e..9621faf 100644 --- a/static/style.css +++ b/static/style.css @@ -188,10 +188,6 @@ span { font-size: 20px; } -.post_upvote { - display: none; -} - .post_subreddit { font-weight: bold; } diff --git a/templates/popular.html b/templates/popular.html index 05c319b..d182911 100644 --- a/templates/popular.html +++ b/templates/popular.html @@ -9,9 +9,7 @@ {% for post in posts %}
-

{{ post.score }}

-

diff --git a/templates/post.html b/templates/post.html index 40b89e3..6a3a09f 100644 --- a/templates/post.html +++ b/templates/post.html @@ -7,9 +7,7 @@ {% block content %}

-

{{ post.score }}

-

@@ -39,7 +37,7 @@ {% for comment in comments %}

- +

{{ comment.score }}

diff --git a/templates/subreddit.html b/templates/subreddit.html index d86c8ee..a96ad5d 100644 --- a/templates/subreddit.html +++ b/templates/subreddit.html @@ -28,9 +28,7 @@ {% for post in posts %}
-

{{ post.score }}

-

diff --git a/templates/user.html b/templates/user.html index ec6ff12..d303009 100644 --- a/templates/user.html +++ b/templates/user.html @@ -28,9 +28,7 @@ {% if post.title != "Comment" %}

-

{{ post.score }}

-

@@ -54,7 +52,7 @@ {% else %}

- +

{{ post.score }}