From e15c15c3906d2e9b3e083b7096d2dd8dc81e789c Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Wed, 17 Mar 2021 17:08:43 -0700 Subject: [PATCH] Fix author flairs not showing --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index d49cd17..f49179f 100644 --- a/static/style.css +++ b/static/style.css @@ -628,13 +628,13 @@ a.search_subreddit:hover { font-weight: bold; } -.author_flair, .post_flair:empty { +.author_flair:empty, .post_flair:empty { display: none; } .emoji { - width: 1em; - height: 1em; + width: 1.25em; + height: 1.25em; display: inline-block; background-size: contain; background-position: 50% 50%;