Fixed size of images in signatures
authorMarcel Werk <burntime@woltlab.com>
Mon, 26 Dec 2016 22:03:38 +0000 (23:03 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 26 Dec 2016 22:03:38 +0000 (23:03 +0100)
wcfsetup/install/files/style/ui/message.scss

index 5c04976b39523eff0d35bf6c6a2dd207c9080d05..fa22243fc76b8345b99b6572e2b8d58756898a00 100644 (file)
        }
 }
 
+.messageSignature {
+       > div {
+               @extend .htmlContent;
+       }
+       
+       img {
+               max-height: #{$wcf_option_signature_max_image_height}px;
+       }
+}
+
 @include screen-sm-down {
        .messageSignature {
                display: none;