From b4e1e9cc6a022bf59bb3d90f3d4d7c2c0135d851 Mon Sep 17 00:00:00 2001 From: Nathan Febuary <nathan@enhancesoft.com> Date: Mon, 21 Sep 2015 15:23:52 -0500 Subject: [PATCH] Fix for issue #2557 #2557 Avatar height issue in Safari. --- scp/css/scp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp/css/scp.css b/scp/css/scp.css index 2cec5526c..27d945a3e 100644 --- a/scp/css/scp.css +++ b/scp/css/scp.css @@ -944,7 +944,7 @@ img.avatar { } .avatar > img.avatar { width: 100%; - height: 100%; + height: auto; } .thread-entry .header { padding: 8px 0.9em; -- GitLab