From af3ad7164254bd0872b3d529fecad3f4d2ad3c12 Mon Sep 17 00:00:00 2001 From: Michael Fairchild <mfairchild365@gmail.com> Date: Wed, 17 Feb 2016 15:25:07 -0600 Subject: [PATCH] Framework sets max-width: 100%, which causes problems with the preview --- plugins/unl_theme/css/unl_theme.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plugins/unl_theme/css/unl_theme.css b/plugins/unl_theme/css/unl_theme.css index 4b8c744e..bdee8ffe 100755 --- a/plugins/unl_theme/css/unl_theme.css +++ b/plugins/unl_theme/css/unl_theme.css @@ -74,6 +74,9 @@ padding-top:20px; } +/** +Fix message reply +**/ #messages-reply-form { display: block !important; } @@ -81,3 +84,11 @@ .elgg-menu-item-reply { display: none !important; } + +/** +Avatar generator styles +Framework sets max-width: 100%, which causes problems with the preview +**/ +#user-avatar-preview img { + max-width: inherit !important; +} -- GitLab