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