From: Alexander Ebert Date: Thu, 27 Jul 2023 17:07:22 +0000 (+0200) Subject: Fix the alignment of the flag icons in message lists X-Git-Tag: 6.0.0_Alpha_8~45 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=50cbdea1347bd8c3724b08799cc4e7d323a57a99;p=GitHub%2FWoltLab%2FWCF.git Fix the alignment of the flag icons in message lists See https://www.woltlab.com/community/thread/300640-flag-in-thread-list-is-sitting-lower-than-other-icons/ --- diff --git a/wcfsetup/install/files/style/ui/messageGroup.scss b/wcfsetup/install/files/style/ui/messageGroup.scss index c8694c16e3..c293d4deaf 100644 --- a/wcfsetup/install/files/style/ui/messageGroup.scss +++ b/wcfsetup/install/files/style/ui/messageGroup.scss @@ -110,6 +110,10 @@ a { color: inherit; } + + .iconFlag { + vertical-align: -3px; + } } }