Incorrect alignment of the user profile header
authorAlexander Ebert <ebert@woltlab.com>
Mon, 23 May 2022 14:22:51 +0000 (16:22 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 23 May 2022 14:22:51 +0000 (16:22 +0200)
See https://www.woltlab.com/community/thread/295692-contenttitle-im-benutzerprofil-leicht-versetzt/

wcfsetup/install/files/style/ui/userProfile.scss

index da21f3aac4abc4f63d4223daaaa0cde98df80dbe..0fd6bdbcf66c7b14f4e9f6dbd1275fe8e76d5492 100644 (file)
@@ -75,6 +75,7 @@
 
 /* user profile cover photo */
 .userProfileUserWithCoverPhoto {
+       margin-top: 0;
        padding-top: 165px;
        position: relative;
 
        }
 
        .contentHeaderTitle {
+               margin-top: 0;
                /* avoid being covered by the photo */
                z-index: 10;
        }
                }
 
                .contentHeaderDescription {
-                       margin-top: 15px !important;
+                       margin-top: 10px !important;
                }
 
                .contentHeaderNavigation {