From 4774931b7854c209795668a1b5989a1a481a68c6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 19 Aug 2022 23:49:23 +0200 Subject: [PATCH] cosmetic change to /holes --- files/assets/css/main.css | 4 ---- files/templates/sub/subs.html | 12 ++++++++---- files/templates/util/assetcache.html | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 5e3929e0ec..a50b824cd7 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6241,8 +6241,4 @@ g { .desktop-expanded-image-modal::-webkit-scrollbar { -ms-overflow-style: none; scrollbar-width: none; -} - -.text-stealth { - color: #a4f5f3 !important; } \ No newline at end of file diff --git a/files/templates/sub/subs.html b/files/templates/sub/subs.html index d0f24be8f5..519e191c9e 100644 --- a/files/templates/sub/subs.html +++ b/files/templates/sub/subs.html @@ -17,10 +17,14 @@ {% for sub, count in subs %} - - {{loop.index}} - {{sub.name}} - {{count}} + {% if sub.name in v.all_blocks %} + {% set blocked = True %} + {% endif %} + + + {{loop.index}} + {{sub.name}} + {{count}} {% endfor %} diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index a9f70deafc..6d44ea1f6d 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 466, + 'css/main.css': 467, 'css/catalog.css': 2, 'css/4chan.css': 61,