Fixed overflow in "all letters" button
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / userProfile.scss
CommitLineData
2901b096 1.userProfileUser {
2772d4eb
MW
2 .contentHeaderIcon a {
3 display: block;
2901b096
MW
4 }
5
6 .contentDescription {
34208c98
AE
7 margin-top: 20px;
8 }
27db335a
AE
9}
10
cd358fd9 11.userAvatarImage {
1f633a6b 12 background-color: #fff;
cd358fd9
AE
13 border-radius: 50%;
14}
15
929f7e47
MW
16.userAvatarList {
17 display: flex;
18 flex-wrap: wrap;
cd358fd9 19 margin-bottom: -10px;
929f7e47
MW
20
21 > li {
cd358fd9
AE
22 flex: 0 0 48px;
23 margin-bottom: 10px;
929f7e47
MW
24 text-align: center;
25
cd358fd9
AE
26 &:not(:last-child) {
27 margin-right: -12px;
28 }
29
929f7e47
MW
30 > a {
31 display: block;
cd358fd9
AE
32
33 > img {
34 padding: 2px;
35 }
929f7e47
MW
36 }
37 }
38}
39
40.userList {
41 .box48 {
42 align-items: center;
43 }
b8eab696 44}
06a511ea
MW
45
46.likeList {
47 > .likeTypeSelection {
48 text-align: right;
49
50 &:hover {
51 background-color: transparent;
52 }
53
54 > .buttonGroup {
55 display: inline-flex;
56
57 &:not(:first-child) {
58 margin-left: 5px;
59 }
60 }
61 }
62}
b3df3a4d
AE
63
64/* using `dl` + `.inlineDataList` to prevent styles applied to the
65 data list provided by the `userInformation` template */
66.userProfilePreview dl.inlineDataList {
67 margin-top: 10px;
68
69 @include wcfFontSmall;
70}