diff --git a/app/static/structure.css b/app/static/structure.css index 99bf589f..874a79b2 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -593,6 +593,7 @@ fieldset legend { height: 20px; right: 14px; top: 5px; + opacity: 1 !important; } .voting_buttons .htmx-request.htmx-indicator { display: inline; diff --git a/app/static/structure.scss b/app/static/structure.scss index 22744ffd..17e465b2 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -299,6 +299,7 @@ nav, etc which are used site-wide */ height: 20px; right: 14px; top: 5px; + opacity: 1!important; } .htmx-request.htmx-indicator{ display:inline; diff --git a/app/templates/post/_post_voting_buttons.html b/app/templates/post/_post_voting_buttons.html index 24892934..aae632bc 100644 --- a/app/templates/post/_post_voting_buttons.html +++ b/app/templates/post/_post_voting_buttons.html @@ -3,13 +3,13 @@ hx-post="/post/{{ post.id }}/upvote" hx-trigger="click throttle:1s" hx-target="closest .voting_buttons"> {{ post.up_votes }} - +
{% else %} {% else %}