From 5005c7ab97ad7aac0ca2b04bb153b070e9eb0943 Mon Sep 17 00:00:00 2001 From: TLSM Date: Wed, 13 Jul 2022 16:24:47 -0400 Subject: [PATCH] Center voting on submission_listing desktop. --- files/templates/default.html | 2 +- files/templates/submission_listing.html | 2 +- files/templates/util/assetcache.html | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/files/templates/default.html b/files/templates/default.html index b35609c19..5d0a93603 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -47,7 +47,7 @@ {% endif %} {% if request.path.endswith('/catalog') %} - + {% endif %} {% if sub and sub.css and not request.path.endswith('settings') %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 076701b12..a134f070c 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -84,7 +84,7 @@
{% if not postembed %} -
+
{% if v and request.path.startswith('/@') and v.admin_level < 2 %}
diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 1bf4a1414..dcc681411 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -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,