Incorrect position of icon overlays on `screen-md`
authorAlexander Ebert <ebert@woltlab.com>
Sat, 8 May 2021 10:23:04 +0000 (12:23 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 8 May 2021 10:23:04 +0000 (12:23 +0200)
wcfsetup/install/files/style/ui/messageGroup.scss

index ff2dd41aa63cb45b263146e8335e959da1a827d9..aed0ef6f08dc432fd90e3e6556e569e1952b269e 100644 (file)
 
 .contentHeader.messageGroupContentHeader {
        > .contentHeaderIcon {
-               @include screen-lg {
+               @include screen-md-up {
                        position: relative;
                }
        }