From ded8c9e4c268907800e00ae9d5984d68702dc9a7 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 28 Oct 2015 14:12:14 +0100 Subject: [PATCH] Revert "Fixed avatar size in mobile optimization" This reverts commit 28b522a49b09c7778439ad19b29ff3123006b10c. --- wcfsetup/install/files/style/message.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index 7da925bc85..503ff5fc3a 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -1017,10 +1017,8 @@ li:nth-child(2n+1) .message { top: 0; img { - height: auto !important; - max-height: 32px; - max-width: 32px; - width: auto !important; + height: 32px !important; + width: 32px !important; } > .badgeOnline { -- 2.20.1