From: Marcel Werk Date: Sat, 4 Jan 2025 13:07:02 +0000 (+0100) Subject: Improve mobile version of the new user profile header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=90b713d9cee4009ac5a2ef76629a88fed7edbbc7;p=GitHub%2FWoltLab%2FWCF.git Improve mobile version of the new user profile header --- diff --git a/wcfsetup/install/files/style/ui/userProfileHeader.scss b/wcfsetup/install/files/style/ui/userProfileHeader.scss index 4d4be6dcd9..2b8deea593 100644 --- a/wcfsetup/install/files/style/ui/userProfileHeader.scss +++ b/wcfsetup/install/files/style/ui/userProfileHeader.scss @@ -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; } }