From: Alexander Ebert Date: Tue, 22 Aug 2023 19:45:46 +0000 (+0200) Subject: Fix the alignment of button groups below messages X-Git-Tag: 6.0.0_Beta_4~62 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0ffeb2773fbc2d34bd87f1f206d7187ee7577355;p=GitHub%2FWoltLab%2FWCF.git Fix the alignment of button groups below messages See https://www.woltlab.com/community/thread/301307-filebase-file-buttons-need-to-be-fixed/?postID=1936530#post1936530 --- diff --git a/wcfsetup/install/files/style/ui/message.scss b/wcfsetup/install/files/style/ui/message.scss index 558af48359..8e9bf376f3 100644 --- a/wcfsetup/install/files/style/ui/message.scss +++ b/wcfsetup/install/files/style/ui/message.scss @@ -477,7 +477,6 @@ } .messageFooterGroup { - align-items: center; display: flex; flex-wrap: wrap; @@ -490,6 +489,7 @@ } > woltlab-core-reaction-summary { + align-self: center; flex: 0 1 auto; @include wcfFontSmall;