master
Aevann 2023-02-22 08:41:37 +02:00
commit 06522e5280
4 changed files with 7 additions and 8 deletions

View File

@ -3946,9 +3946,8 @@ small, .small {
justify-content: center;
}
#thread .voting {
min-width: 10px;
margin-right: 10px;
overflow-wrap: normal;
min-width: 32px;
margin-right: 1px;
}
#frontpage .voting, #search .voting, #userpage .voting {
margin: auto 0;

View File

@ -224,7 +224,7 @@
</div>
{% if v %}
<div id="voting" class="voting d-mob-none mb-auto">
<div id="voting" class="voting d-mob-none mb-auto mt-1">
<div tabindex="0" data-nonce="{{g.nonce}}" data-onclick="vote('post', '{{p.id}}', '1')" class="post-{{p.id}}-up mx-auto arrow-up upvote-button post-{{p.id}}-up {% if voted==1 %}active{% endif %}"></div>
<span class="post-score-{{p.id}} score post-score-{{p.id}} {% if voted==1 %}score-up{% elif voted==-1%}score-down{% endif %}{% if p.controversial %} controversial{% endif %}" data-bs-toggle="tooltip" data-bs-placement="right" title="+{{ups}} | -{{downs}}" style="cursor: default">{{score}}</span>
@ -233,7 +233,7 @@
{% else %}
<div id="voting" class="voting d-mob-none mb-auto">
<div id="voting" class="voting d-mob-none mb-auto mt-1">
<a tabindex="0" class="post-{{p.id}}-up arrow-up mx-auto" href="/login?redirect={{request.full_path | urlencode}}">
</a>
<span class="post-{{p.id}}-score-none score text-muted{% if p.controversial %} controversial{% endif %}"{% if not p.is_banned %} data-bs-toggle="tooltip" data-bs-placement="right" title="+{{ups}} | -{{downs}}"{% endif %}style="cursor: default">{{score}}</span>

View File

@ -3,7 +3,7 @@
--
-- Dumped from database version 14.6
-- Dumped by pg_dump version 14.7 (Ubuntu 14.7-1.pgdg22.04+1)
-- Dumped by pg_dump version 14.6 (Ubuntu 14.6-1.pgdg20.04+1)
SET statement_timeout = 0;
SET lock_timeout = 0;

View File

@ -26,7 +26,7 @@ INSERT INTO public.users (
--
-- Dumped from database version 14.6
-- Dumped by pg_dump version 14.7 (Ubuntu 14.7-1.pgdg22.04+1)
-- Dumped by pg_dump version 14.6 (Ubuntu 14.6-1.pgdg20.04+1)
SET statement_timeout = 0;
SET lock_timeout = 0;
@ -232,7 +232,7 @@ SELECT pg_catalog.setval('public.badge_defs_id_seq', 230, true);
--
-- Dumped from database version 14.6
-- Dumped by pg_dump version 14.7 (Ubuntu 14.7-1.pgdg22.04+1)
-- Dumped by pg_dump version 14.6 (Ubuntu 14.6-1.pgdg20.04+1)
SET statement_timeout = 0;
SET lock_timeout = 0;