2023-03-16 19:04:39 -06:00
|
|
|
.user.profile .ui.card .header {
|
|
|
|
display: block;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
margin-top: -0.2rem;
|
|
|
|
line-height: 1.3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.profile .ui.card .profile-avatar-name {
|
|
|
|
border-top: none;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.profile .ui.card .extra.content {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2023-04-03 15:00:24 -06:00
|
|
|
.user.profile .ui.card .extra.content > ul {
|
2023-03-16 19:04:39 -06:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2023-04-03 15:00:24 -06:00
|
|
|
.user.profile .ui.card .extra.content > ul > li {
|
2023-03-16 19:04:39 -06:00
|
|
|
padding: 10px;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
2023-04-03 15:00:24 -06:00
|
|
|
.user.profile .ui.card .extra.content > ul > li:not(:last-child) {
|
2023-03-16 19:04:39 -06:00
|
|
|
border-bottom: 1px solid var(--color-secondary);
|
|
|
|
}
|
|
|
|
|
2023-04-03 15:00:24 -06:00
|
|
|
.user.profile .ui.card .extra.content > ul > li .svg {
|
2023-03-16 19:04:39 -06:00
|
|
|
margin-left: 1px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2023-04-03 15:00:24 -06:00
|
|
|
.user.profile .ui.card .extra.content > ul > li.follow .ui.button {
|
2023-03-16 19:04:39 -06:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.profile .ui.card #profile-avatar {
|
|
|
|
background: none;
|
|
|
|
padding: 1rem 1rem 0.25rem;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.profile .ui.card #profile-avatar img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
object-fit: contain;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.user.profile .ui.card #profile-avatar img {
|
|
|
|
width: 30vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
.user.profile .ui.card {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.profile .ui.repository.list {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.profile #loading-heatmap {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.profile .ui.secondary.stackable.pointing.menu {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.followers .header.name {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 24px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.followers .follow .ui.button {
|
|
|
|
padding: 8px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user .button.adopt,
|
|
|
|
.user .button.delete {
|
|
|
|
margin-top: -15px;
|
|
|
|
margin-bottom: -15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user .button.adopt .label,
|
|
|
|
.user .button.delete .label {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.link-account:not(.icon) {
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.settings .iconFloat {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-orgs {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row wrap;
|
|
|
|
padding: 0;
|
|
|
|
margin: -3px !important;
|
|
|
|
}
|
|
|
|
|
2023-04-03 15:00:24 -06:00
|
|
|
.user-orgs > li {
|
2023-03-16 19:04:39 -06:00
|
|
|
display: flex;
|
|
|
|
border-bottom: 0 !important;
|
|
|
|
padding: 3px !important;
|
|
|
|
width: 20%;
|
|
|
|
max-width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-badges {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(auto-fill, 64px);
|
|
|
|
gap: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-badges img {
|
|
|
|
object-fit: contain;
|
|
|
|
}
|
|
|
|
|
2023-03-25 17:21:40 -06:00
|
|
|
.user.notification table button {
|
|
|
|
padding: 3px 3px 3px 5px;
|
|
|
|
}
|
|
|
|
|
2023-03-16 19:04:39 -06:00
|
|
|
#notification_div .tab.segment {
|
|
|
|
overflow-x: auto;
|
2023-03-21 15:04:01 -06:00
|
|
|
}
|
|
|
|
|
2023-03-25 17:21:40 -06:00
|
|
|
#notification_div .tabular.menu .active.item {
|
2023-03-21 15:04:01 -06:00
|
|
|
background: var(--color-box-body);
|
|
|
|
}
|
|
|
|
|
|
|
|
#notification_table {
|
|
|
|
border: none;
|
2023-03-16 19:04:39 -06:00
|
|
|
}
|
2023-03-25 17:21:40 -06:00
|
|
|
|
|
|
|
#notification_table tr {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notification_table td a {
|
|
|
|
width: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|