From 9ee0e893e288bfc03da789f063e20b5798c0063c Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 24 Sep 2020 19:15:40 -0400 Subject: [PATCH] fix: match topic avatar with category styling take two (incl. mobile) --- less/topic.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/less/topic.less b/less/topic.less index 04eb69c..50e7c86 100644 --- a/less/topic.less +++ b/less/topic.less @@ -574,6 +574,9 @@ } [component="post"] { + .avatar.avatar-sm2x { + font-size: 2.875rem; + } >.post-header [component="user/picture"], >.post-header [component="user/status"] { opacity: 1;