From c5877a145690e6baa2c9970a4f34fefb97509736 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 1 Jun 2023 13:42:57 -0400 Subject: [PATCH] UX: constrain avatar size due to core change (#477) --- assets/stylesheets/assigns.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/assigns.scss b/assets/stylesheets/assigns.scss index 6c7098c..79f72dd 100644 --- a/assets/stylesheets/assigns.scss +++ b/assets/stylesheets/assigns.scss @@ -176,10 +176,14 @@ #topic-footer-dropdown-reassign { .name { - font-weight: normal !important; + font-weight: normal; + display: flex; + align-items: center; } .avatar { margin-right: 0.25em; + width: 1.33em; + height: 1.33em; } .d-icon, i.fa {