From 686d61801f859632fcce13a34a1cf7d5019923a3 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Thu, 25 Feb 2021 10:24:37 -0800 Subject: [PATCH] Fix #110 --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index b9f2834..3b5aec4 100644 --- a/static/style.css +++ b/static/style.css @@ -628,7 +628,7 @@ a.search_subreddit:hover { font-weight: bold; } -.post_flair:empty { +.author_flair, .post_flair:empty { display: none; }