wxiaoguang 2023-04-04 04:11:16 +08:00 committed by GitHub
parent 19de52e0f4
commit 5ab1c7acec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -15,26 +15,26 @@
padding: 0;
}
.user.profile .ui.card .extra.content ul {
.user.profile .ui.card .extra.content > ul {
margin: 0;
padding: 0;
}
.user.profile .ui.card .extra.content ul li {
.user.profile .ui.card .extra.content > ul > li {
padding: 10px;
list-style: none;
}
.user.profile .ui.card .extra.content ul li:not(:last-child) {
.user.profile .ui.card .extra.content > ul > li:not(:last-child) {
border-bottom: 1px solid var(--color-secondary);
}
.user.profile .ui.card .extra.content ul li .svg {
.user.profile .ui.card .extra.content > ul > li .svg {
margin-left: 1px;
margin-right: 5px;
}
.user.profile .ui.card .extra.content ul li.follow .ui.button {
.user.profile .ui.card .extra.content > ul > li.follow .ui.button {
width: 100%;
}
@ -117,7 +117,7 @@
margin: -3px !important;
}
.user-orgs li {
.user-orgs > li {
display: flex;
border-bottom: 0 !important;
padding: 3px !important;