From 04311e29132aa64e1d8d0d6decae24da38a52846 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 23 May 2022 16:22:51 +0200 Subject: [PATCH] Incorrect alignment of the user profile header See https://www.woltlab.com/community/thread/295692-contenttitle-im-benutzerprofil-leicht-versetzt/ --- wcfsetup/install/files/style/ui/userProfile.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { -- 2.20.1