Add a missing border
authorAlexander Ebert <ebert@woltlab.com>
Wed, 4 Dec 2024 14:19:20 +0000 (15:19 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 4 Dec 2024 14:19:20 +0000 (15:19 +0100)
wcfsetup/install/files/style/ui/userProfileHeader.scss

index 551bcd54d00be8a7f350e5045fd9e25379070f03..2b6ee17c8b6b4dacacc07b5abdbb5102fc68e36c 100644 (file)
@@ -9,6 +9,7 @@ body[data-page-identifier="com.woltlab.wcf.User"] .userProfileContent:first-chil
 .userProfileHeader {
        flex: 1 1 auto;
        background-color: var(--wcfContentBackground);
+       border: 1px solid var(--wcfContentBorderInner);
        border-radius: var(--wcfBorderRadius);
        box-shadow: var(--wcfBoxShadowCard);
        margin-bottom: 30px;