new profile page
This commit is contained in:
parent
6a20522770
commit
8b4d980800
2 changed files with 43 additions and 0 deletions
|
@ -59,6 +59,7 @@ div[role="separator"]:not([id$="new-messages-bar"]), // aren't needed
|
|||
[class^="botTagVerified-"],
|
||||
[class^="bannerContainer-"],
|
||||
[class*="banner-"],
|
||||
[class^="badgeList-"],
|
||||
|
||||
// Settings
|
||||
div[class^="keybind-"], // true must know it!
|
||||
|
|
|
@ -56,3 +56,45 @@ header div[class^="nameTagNoCustomStatus-"] {
|
|||
margin-bottom: 48px; // some space under avatar
|
||||
margin-left: 160px; // after avatar, not before
|
||||
}
|
||||
|
||||
// Redesigned profile page
|
||||
div[class^="focusLock-"]:not([aria-labelledby]) > div[class^="root-"] {
|
||||
flex-direction: row;
|
||||
background-color: var(--background-floating) !important;
|
||||
header {
|
||||
margin: 24px;
|
||||
|
||||
div[class^="avatar-"] {
|
||||
top: 0; left: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div[class^="headerTop-"] {
|
||||
position: unset;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
div[class^="nameTag"] {
|
||||
width: 64px;
|
||||
position: absolute;
|
||||
margin-top: -84px;
|
||||
margin-left: 130px;
|
||||
}
|
||||
|
||||
div[class^="customStatus"] {
|
||||
margin-top: 16px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
div[class^="tabBarContainer"]
|
||||
{ border: none; }
|
||||
div[class^="tabBar-"] {
|
||||
flex-direction: column;
|
||||
height: unset;
|
||||
margin: 8px;
|
||||
}
|
||||
div[class^="body-"] {
|
||||
margin-left: 16px;
|
||||
height: 370px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue