Fix the alignment of the flag icons in message lists
authorAlexander Ebert <ebert@woltlab.com>
Thu, 27 Jul 2023 17:07:22 +0000 (19:07 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 27 Jul 2023 17:07:22 +0000 (19:07 +0200)
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

index c8694c16e3be66878d771594b6fa22d386d82815..c293d4deaf2c39aa36c88df355e636634b8db86a 100644 (file)
                                a {
                                        color: inherit;
                                }
+
+                               .iconFlag {
+                                       vertical-align: -3px;
+                               }
                        }
                }