From e00566c2ed38a4b14a13d62157cec13fc0d59a0f Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Thu, 7 Dec 2017 07:03:11 +0000 Subject: [PATCH] User card avatar width issue --- webapp/titanembeds/static/css/embedstyle.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index e8cede4..9f78536 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -679,6 +679,10 @@ p.mentioned span.chatmessage { top: -5px; } +#usercard .avatar { + width: 100%; +} + #usercard .identity { display: inline; vertical-align: sub;