2023-03-15 02:20:19 +00:00
|
|
|
.user.profile .ui.card .header {
|
|
|
|
display: block;
|
2023-05-21 23:37:32 +00:00
|
|
|
font-weight: var(--font-weight-semibold);
|
2023-03-15 02:20:19 +00:00
|
|
|
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 20:11:16 +00:00
|
|
|
.user.profile .ui.card .extra.content > ul {
|
2023-03-15 02:20:19 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2023-04-03 20:11:16 +00:00
|
|
|
.user.profile .ui.card .extra.content > ul > li {
|
2023-03-15 02:20:19 +00:00
|
|
|
padding: 10px;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
2023-04-03 20:11:16 +00:00
|
|
|
.user.profile .ui.card .extra.content > ul > li:not(:last-child) {
|
2023-03-15 02:20:19 +00:00
|
|
|
border-bottom: 1px solid var(--color-secondary);
|
|
|
|
}
|
|
|
|
|
2023-04-03 20:11:16 +00:00
|
|
|
.user.profile .ui.card .extra.content > ul > li .svg {
|
2023-03-15 02:20:19 +00:00
|
|
|
margin-left: 1px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2023-04-03 20:11:16 +00:00
|
|
|
.user.profile .ui.card .extra.content > ul > li.follow .ui.button {
|
2023-03-15 02:20:19 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.profile .ui.card #profile-avatar {
|
|
|
|
padding: 1rem 1rem 0.25rem;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.profile .ui.card #profile-avatar img {
|
2023-05-13 18:59:11 +00:00
|
|
|
max-width: 100%;
|
2023-03-15 02:20:19 +00:00
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2023-06-11 01:50:39 +00:00
|
|
|
@media (max-width: 767.98px) {
|
2023-03-15 02:20:19 +00:00
|
|
|
.user.profile .ui.card #profile-avatar img {
|
|
|
|
width: 30vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-06-11 01:50:39 +00:00
|
|
|
@media (max-width: 767.98px) {
|
2023-03-15 02:20:19 +00:00
|
|
|
.user.profile .ui.card {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.profile .ui.repository.list {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
|
2023-03-18 16:07:59 +00:00
|
|
|
.user.profile .ui.repository.list .repo-title .labels {
|
|
|
|
word-break: normal;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
|
2023-03-15 02:20:19 +00:00
|
|
|
.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.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 20:11:16 +00:00
|
|
|
.user-orgs > li {
|
2023-03-15 02:20:19 +00: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-05-25 02:31:26 +00:00
|
|
|
#readme_profile {
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 0.28571429rem;
|
|
|
|
background: var(--color-card);
|
|
|
|
border: 1px solid var(--color-secondary);
|
2023-03-21 19:11:25 +00:00
|
|
|
}
|
|
|
|
|
2023-05-25 02:31:26 +00:00
|
|
|
#notification_table {
|
2023-03-21 19:11:25 +00:00
|
|
|
background: var(--color-box-body);
|
2023-05-25 02:31:26 +00:00
|
|
|
border: 1px solid var(--color-secondary);
|
|
|
|
border-radius: var(--border-radius);
|
2023-03-21 19:11:25 +00:00
|
|
|
}
|
|
|
|
|
2023-05-25 02:31:26 +00:00
|
|
|
.notifications-item:hover {
|
|
|
|
background: var(--color-hover);
|
2023-03-15 02:20:19 +00:00
|
|
|
}
|
2023-03-25 19:37:34 +00:00
|
|
|
|
2023-05-25 02:31:26 +00:00
|
|
|
.notifications-buttons {
|
|
|
|
display: none;
|
|
|
|
min-width: 74px;
|
2023-05-09 05:57:24 +00:00
|
|
|
}
|
|
|
|
|
2023-05-25 02:31:26 +00:00
|
|
|
.notifications-updated {
|
|
|
|
display: flex;
|
2023-03-25 19:37:34 +00:00
|
|
|
}
|
|
|
|
|
2023-05-25 02:31:26 +00:00
|
|
|
.notifications-item:hover .notifications-buttons {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notifications-item:hover .notifications-updated {
|
|
|
|
display: none;
|
2023-03-25 19:37:34 +00:00
|
|
|
}
|