forked from MarseyWorld/MarseyWorld
Center voting on submission_listing desktop.
parent
1555a1061a
commit
5005c7ab97
|
@ -47,7 +47,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if request.path.endswith('/catalog') %}
|
||||
<link rel="stylesheet" href="/assets/css/catalog.css?v=1">
|
||||
<link rel="stylesheet" href="{{asset('css/catalog.css')}}">
|
||||
{% endif %}
|
||||
|
||||
{% if sub and sub.css and not request.path.endswith('settings') %}
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<div class="{% if p.unread %}unread{% endif %} d-flex flex-row-reverse flex-md-row flex-nowrap justify-content-end">
|
||||
|
||||
{% if not postembed %}
|
||||
<div class="voting my-2 d-none d-md-block pr-2">
|
||||
<div class="voting my-2 d-none d-md-flex pr-2">
|
||||
{% if v and request.path.startswith('/@') and v.admin_level < 2 %}
|
||||
<div tabindex="0" role="button" onclick="vote('post', '{{p.id}}', '1', '{{v.id}}')" class="post-{{p.id}}-up mx-auto arrow-up upvote-button post-{{p.id}}-up {% if voted==1 %}active{% else %}d-none{% endif %}"></div>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{%-
|
||||
set CACHE_VER = {
|
||||
'css/main.css': 394,
|
||||
'css/main.css': 395,
|
||||
'css/catalog.css': 2,
|
||||
|
||||
'css/4chan.css': 61,
|
||||
'css/classic.css': 61,
|
||||
|
|
Loading…
Reference in New Issue