From: Alexander Ebert Date: Mon, 23 May 2022 14:22:51 +0000 (+0200) Subject: Incorrect alignment of the user profile header X-Git-Tag: 5.5.0_Beta_4~28 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=04311e29132aa64e1d8d0d6decae24da38a52846;p=GitHub%2FWoltLab%2FWCF.git Incorrect alignment of the user profile header See https://www.woltlab.com/community/thread/295692-contenttitle-im-benutzerprofil-leicht-versetzt/ --- diff --git a/wcfsetup/install/files/style/ui/userProfile.scss b/wcfsetup/install/files/style/ui/userProfile.scss index da21f3aac4..0fd6bdbcf6 100644 --- a/wcfsetup/install/files/style/ui/userProfile.scss +++ b/wcfsetup/install/files/style/ui/userProfile.scss @@ -75,6 +75,7 @@ /* user profile cover photo */ .userProfileUserWithCoverPhoto { + margin-top: 0; padding-top: 165px; position: relative; @@ -110,6 +111,7 @@ } .contentHeaderTitle { + margin-top: 0; /* avoid being covered by the photo */ z-index: 10; } @@ -127,7 +129,7 @@ } .contentHeaderDescription { - margin-top: 15px !important; + margin-top: 10px !important; } .contentHeaderNavigation {