Fixed avatar size in mobile optimization
authorMarcel Werk <burntime@woltlab.com>
Mon, 7 Sep 2015 17:06:45 +0000 (19:06 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 7 Sep 2015 17:06:45 +0000 (19:06 +0200)
wcfsetup/install/files/style/message.less

index 503ff5fc3a647df37493325ba3fed5c97fc34a69..7da925bc8542894d3ba0090a2abc63850dba3122 100644 (file)
@@ -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 {