From 86190e6a29adf581fc9b1be6c38ba89598e1e586 Mon Sep 17 00:00:00 2001 From: TLSM Date: Mon, 30 May 2022 04:29:41 -0400 Subject: [PATCH] Rearrange sidebar counter. Also includes moving styles to main.css and reducing font size per request of Carp. Additionally: includes the modlog sidebar link that I forgot to stage with the previous commit. --- files/templates/sidebar_rDrama.html | 11 ++++------- files/templates/util/assetcache.html | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/files/templates/sidebar_rDrama.html b/files/templates/sidebar_rDrama.html index bb0062960..6bdf7d13d 100644 --- a/files/templates/sidebar_rDrama.html +++ b/files/templates/sidebar_rDrama.html @@ -36,17 +36,13 @@ set VISITORS_HERE_FLAVOR = [ sidebar image {% endif %} -
+

- PEOPLE HERE NOW -

- -

{{ g.loggedin_counter + g.loggedout_counter }} {{ VISITORS_HERE_FLAVOR|random|safe }} - ({{ g.loggedin_counter }} logged in) + ({{ g.loggedin_counter }} logged in) {% if v and v.admin_level >= 2 -%} - + Logged In | Logged Out {%- endif %} @@ -55,6 +51,7 @@ set VISITORS_HERE_FLAVOR = [

+ diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index b67907e52..4ce196cf6 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 286, + 'css/main.css': 287, 'css/4chan.css': 59, 'css/classic.css': 59,