forked from rDrama/rDrama
1
0
Fork 0

Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

master
Aevann1 2022-07-13 22:39:18 +02:00
commit b061b5eae1
3 changed files with 4 additions and 3 deletions

View File

@ -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') %}

View File

@ -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>

View File

@ -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,