Using equal offset for content and sidebar in user profile
authorAlexander Ebert <ebert@woltlab.com>
Tue, 12 Apr 2016 08:48:37 +0000 (10:48 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 12 Apr 2016 08:48:37 +0000 (10:48 +0200)
wcfsetup/install/files/style/ui/userProfile.scss

index ec4a87f25c56cc9705f4c7b0650ad418215be947..fd6da7c2ad81d6922b78b7e5e9931d03f99cbc22 100644 (file)
 
 .userProfile .main {
        padding-top: 0;
-}
-
-.section.userProfileContent {
-       margin-top: 20px;
+       
+       .userProfileContent,
+       .sidebar {
+               margin-top: 20px;
+       }
 }
 
 .userAvatarList {