Skip to content

Commit

Permalink
Add a missing border
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdesign committed Dec 4, 2024
1 parent fb9bbe7 commit 18d45dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wcfsetup/install/files/style/ui/userProfileHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 18d45dc

Please sign in to comment.