Skip to content

Commit 14997b0

Browse files
wxiaoguangLinux User
authored and
Linux User
committed
1 parent f6dab64 commit 14997b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

web_src/css/user.css

Lines changed: 6 additions & 6 deletions
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

@@ -112,7 +112,7 @@
112112
margin: -3px !important;
113113
}
114114

115-
.user-orgs li {
115+
.user-orgs > li {
116116
display: flex;
117117
border-bottom: 0 !important;
118118
padding: 3px !important;

0 commit comments

Comments
 (0)