Revamp profile api to display more metadata
This commit is contained in:
parent
3f1d9777b6
commit
7171486f03
9 changed files with 192 additions and 61 deletions
|
@ -445,14 +445,6 @@ video {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.profile-card-tabs {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex: 1 1 auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.profile-card-tabs-name {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@ -496,20 +488,26 @@ video {
|
|||
.profile-card-extra {
|
||||
display: contents;
|
||||
flex: 100%;
|
||||
margin-top: 4px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.profile-bio {
|
||||
overflow: hidden;
|
||||
overflow-wrap: break-word;
|
||||
width: 100%;
|
||||
margin: 10px -6px 0px 0px;
|
||||
margin: 4px -6px 6px 0px;
|
||||
}
|
||||
|
||||
.profile-bio p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.profile-location, .profile-website, .profile-joindate {
|
||||
color: #f8f8f2cf;
|
||||
margin: 2px 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.profile-description {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
|
@ -735,6 +733,7 @@ video {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.profile-statlist > li {
|
||||
|
@ -742,19 +741,6 @@ video {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.profile-statlist .posts {
|
||||
flex: 0.4 1 0;
|
||||
}
|
||||
|
||||
.profile-statlist .followers {
|
||||
flex: 1 1 0;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
.profile-statlist .following {
|
||||
flex: 0.5 1 0;
|
||||
}
|
||||
|
||||
.profile-stat-header {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue