Skip to content

Commit 0992091

Browse files
committed
1 parent d549404 commit 0992091

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

wcfsetup/install/files/style/ui/userProfileHeader.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,12 @@ body[data-page-identifier="com.woltlab.wcf.User"] .userProfileContent:first-chil
3535
}
3636

3737
.userProfileHeader__coverPhoto {
38-
height: 250px;
39-
40-
@include screen-sm {
38+
@include screen-sm-down {
4139
height: 150px;
4240
}
4341

44-
@include screen-xs {
45-
height: 100px;
42+
@include screen-md-up {
43+
height: 250px;
4644
}
4745
}
4846

0 commit comments

Comments
 (0)