From: Marcel Werk Date: Mon, 7 Sep 2015 17:06:45 +0000 (+0200) Subject: Fixed avatar size in mobile optimization X-Git-Tag: 2.1.8~49 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=28b522a49b09c7778439ad19b29ff3123006b10c;p=GitHub%2FWoltLab%2FWCF.git Fixed avatar size in mobile optimization --- diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index 503ff5fc3a..7da925bc85 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -1017,8 +1017,10 @@ li:nth-child(2n+1) .message { top: 0; img { - height: 32px !important; - width: 32px !important; + height: auto !important; + max-height: 32px; + max-width: 32px; + width: auto !important; } > .badgeOnline {