Improve mobile version of the new user profile header
authorMarcel Werk <burntime@woltlab.com>
Sat, 4 Jan 2025 13:07:02 +0000 (14:07 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sat, 4 Jan 2025 13:07:02 +0000 (14:07 +0100)
wcfsetup/install/files/style/ui/userProfileHeader.scss

index 4d4be6dcd9646ca02e2450bcad3fad948d6d99d9..2b8deea593c98db266813486f93f7ba38cf8b6d2 100644 (file)
@@ -26,6 +26,8 @@ body[data-page-identifier="com.woltlab.wcf.User"] .userProfileContent:first-chil
        right: 10px;
        display: flex;
        gap: 5px;
+       flex-wrap: wrap;
+       justify-content: end;
 }
 
 .userProfileHeader__coverPhoto {
@@ -100,7 +102,9 @@ body[data-page-identifier="com.woltlab.wcf.User"] .userProfileContent:first-chil
 
        @include screen-sm-down {
                flex: 1 1 100%;
+               flex-wrap: nowrap;
                order: 1;
+               overflow: auto;
        }
 }