From 50cbdea1347bd8c3724b08799cc4e7d323a57a99 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 27 Jul 2023 19:07:22 +0200 Subject: [PATCH] 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/ --- wcfsetup/install/files/style/ui/messageGroup.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; + } } } -- 2.20.1