From 934ae5c3ae8890c49bec12f30cb047d6532fd5d2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 18 Oct 2021 18:38:27 +0200 Subject: [PATCH] dsf --- files/templates/submission_listing.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 0bd8bbcc1a..5736022108 100755 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -77,6 +77,14 @@ .text-black { color: var(--black); } + + .smolbtn { + font-weight: 600; + font-size: .9rem; + border-radius: 0.2rem; + padding: 0.1rem 0.50rem 0rem 0.30rem; + background-color: var(--black) !important; + } {% for p in listing %} @@ -88,8 +96,10 @@
{{p.author.username}}
- Block - Unblock + {% if p.author.id != 995 %}Unfollow{% endif %} + Follow + Block + Unblock