From: Marcel Werk Date: Sat, 31 Aug 2019 14:48:48 +0000 (+0200) Subject: Reduced the height of the clickable avatar in the recent activities X-Git-Tag: 5.2.0_Beta_2~81 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=908a1743ee848a0174730d7a4044c614c6fa5423;p=GitHub%2FWoltLab%2FWCF.git Reduced the height of the clickable avatar in the recent activities --- diff --git a/wcfsetup/install/files/style/layout/containerList.scss b/wcfsetup/install/files/style/layout/containerList.scss index 42b69864be..31868388d0 100644 --- a/wcfsetup/install/files/style/layout/containerList.scss +++ b/wcfsetup/install/files/style/layout/containerList.scss @@ -283,6 +283,10 @@ .box48 { max-height: 500px; overflow: hidden; + + > a:first-child { + align-self: flex-start; + } } }