new profile popout
This commit is contained in:
parent
ee1e4ffc43
commit
90b5e13544
1 changed files with 22 additions and 13 deletions
|
@ -20,8 +20,7 @@ div[class^="accountProfileCard-"] div[class^="userInfo-"] {
|
||||||
|
|
||||||
.profile() when (@no-nitro = true) {
|
.profile() when (@no-nitro = true) {
|
||||||
[class^="botTagVerified-"],
|
[class^="botTagVerified-"],
|
||||||
[class^="badgeList-"],
|
[class^="badgeList-"], // modal profile page
|
||||||
[class^="profileBadges-"],
|
|
||||||
{ &:extend(.nitro); }
|
{ &:extend(.nitro); }
|
||||||
}
|
}
|
||||||
.profile() { // banners
|
.profile() { // banners
|
||||||
|
@ -34,22 +33,32 @@ div[class^="accountProfileCard-"] div[class^="userInfo-"] {
|
||||||
|
|
||||||
div[class^="userPopout-"],
|
div[class^="userPopout-"],
|
||||||
div[class^="profileBannerPreview-"] {
|
div[class^="profileBannerPreview-"] {
|
||||||
div[class^="avatarWrapper"] {
|
div[class^="avatarWrapper"],
|
||||||
top: 8px; // fix divider bug
|
div[class*="avatarUploaderNormal-"] {
|
||||||
|
position: relative;
|
||||||
|
margin-top: 8px;
|
||||||
|
top: 8px;
|
||||||
|
left: 0;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
div[class^="headerText-"] {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
div[class^="profileBadges-"] {
|
||||||
|
position: static;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
div[class^="headerTop-"] {
|
div[class^="headerTop-"] {
|
||||||
padding-top: 72px; // also fix divider bug
|
padding: 8px;
|
||||||
div[class^="headerText"] {
|
margin-top: 8px;
|
||||||
margin-left: 96px; // fix nickname
|
align-self: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
div[class^="profileBanner"] div[class*="avatar"]:not([class^="imageUploaderInner"]) {
|
|
||||||
margin-left: -8px;
|
|
||||||
margin-top: -8px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.profile();
|
.profile();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue