Skip to content

Commit 5ab1c7a

Browse files
authored
1 parent 19de52e commit 5ab1c7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

web_src/css/user.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@
1515
padding: 0;
1616
}
1717

18-
.user.profile .ui.card .extra.content ul {
18+
.user.profile .ui.card .extra.content > ul {
1919
margin: 0;
2020
padding: 0;
2121
}
2222

23-
.user.profile .ui.card .extra.content ul li {
23+
.user.profile .ui.card .extra.content > ul > li {
2424
padding: 10px;
2525
list-style: none;
2626
}
2727

28-
.user.profile .ui.card .extra.content ul li:not(:last-child) {
28+
.user.profile .ui.card .extra.content > ul > li:not(:last-child) {
2929
border-bottom: 1px solid var(--color-secondary);
3030
}
3131

32-
.user.profile .ui.card .extra.content ul li .svg {
32+
.user.profile .ui.card .extra.content > ul > li .svg {
3333
margin-left: 1px;
3434
margin-right: 5px;
3535
}
3636

37-
.user.profile .ui.card .extra.content ul li.follow .ui.button {
37+
.user.profile .ui.card .extra.content > ul > li.follow .ui.button {
3838
width: 100%;
3939
}
4040

@@ -117,7 +117,7 @@
117117
margin: -3px !important;
118118
}
119119

120-
.user-orgs li {
120+
.user-orgs > li {
121121
display: flex;
122122
border-bottom: 0 !important;
123123
padding: 3px !important;

0 commit comments

Comments
 (0)