From: Alexander Ebert Date: Mon, 15 May 2023 11:42:36 +0000 (+0200) Subject: Reintroduce the relative position of message overlay icons X-Git-Tag: 6.0.0_Alpha_1~100^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1dd78392d0f0982c55fe5a5f3ed53c315c5a2f8c;p=GitHub%2FWoltLab%2FWCF.git Reintroduce the relative position of message overlay icons See WoltLab/com.woltlab.wbb#593 Regression of f116ee6cad7c05a5f007af6b95c8b9bec2b3379d --- diff --git a/wcfsetup/install/files/style/ui/messageGroup.scss b/wcfsetup/install/files/style/ui/messageGroup.scss index 0b62a2fbc7..e8ffa1f381 100644 --- a/wcfsetup/install/files/style/ui/messageGroup.scss +++ b/wcfsetup/install/files/style/ui/messageGroup.scss @@ -351,6 +351,12 @@ } } +@include screen-md-up { + .contentHeader.messageGroupContentHeader .contentHeaderIcon { + position: relative; + } +} + @include screen-md-down { .mobileLinkShadowContainer { position: relative;