From 80468f71f0f31aba07a7daae5ce87efd41439efd Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Thu, 7 Dec 2017 07:10:55 +0000 Subject: [PATCH] Fix avatar sizing in user card --- webapp/titanembeds/static/css/embedstyle.css | 1 + webapp/titanembeds/templates/embed.html.j2 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index 9f78536..fad66a8 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -681,6 +681,7 @@ p.mentioned span.chatmessage { #usercard .avatar { width: 100%; + max-width: 120px; } #usercard .identity { diff --git a/webapp/titanembeds/templates/embed.html.j2 b/webapp/titanembeds/templates/embed.html.j2 index c5512c2..006c334 100644 --- a/webapp/titanembeds/templates/embed.html.j2 +++ b/webapp/titanembeds/templates/embed.html.j2 @@ -178,12 +178,12 @@