From 021a0da18b94e4be8e81554a4dbfab9efe99ed81 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 18 Oct 2021 19:14:39 +0200 Subject: [PATCH] fds --- files/templates/comments.html | 6 +- files/templates/submission.html | 2 +- files/templates/submission_listing.html | 114 ++++++++++++------------ 3 files changed, 64 insertions(+), 58 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index a3fa5327f..f0eb96d5c 100755 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -121,7 +121,7 @@
{% if c.author.bio_html %}{{c.author.bio_html | safe}}{% endif %}
-
+
{{c.author.post_count}} posts @@ -779,6 +779,10 @@ padding: 0.1rem 0.50rem 0rem 0.30rem; background-color: var(--black) !important; } + + .smol { + font-size: 10px; + } \ No newline at end of file diff --git a/files/templates/submission.html b/files/templates/submission.html index a5bae2491..820abe575 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -176,7 +176,7 @@
{% if p.author.bio_html %}{{p.author.bio_html | safe}}{% endif %}
-
+
{{p.author.post_count}} posts diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 0a887afd1..1e85446cc 100755 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -22,61 +22,6 @@ - - {% for p in listing %}