update
Nicknames in compact mode. Settings tabs (edit profile and appearance) were restyled.
This commit is contained in:
parent
57f82d613b
commit
31896c4fb1
3 changed files with 45 additions and 2 deletions
|
@ -18,9 +18,11 @@ div[class^="art-"],
|
|||
div[class*="templatesList-"] button[class^="container-"] ~ *, // templates are really useless
|
||||
|
||||
// Nicks
|
||||
[class^="username-"], // in profile
|
||||
[class*="cozyMessage-"] [class^="username-"], // in message
|
||||
div[class*="nameTag-"] [class^="username-"], // outside message
|
||||
[class^="discrimBase-"],
|
||||
|
||||
div[class^="discordTag-"] [class^="username-"], // friends tab
|
||||
div[class^="nameTag-"],
|
||||
[class^="usernameInnerRow-"], // at settings
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
|
||||
div[class^="userInfo-"] {
|
||||
div[class^="accountProfileCard-"] div[class^="userInfo-"] {
|
||||
// settings
|
||||
justify-content: left;
|
||||
padding-top: 24px;
|
||||
|
|
|
@ -53,6 +53,27 @@ div[aria-controls^="hypesquad"],
|
|||
display: none;
|
||||
}
|
||||
|
||||
#profile-customization-tab div[class^="children"]
|
||||
div[class^="baseLayout-"] {
|
||||
& > div:not([class]) {
|
||||
width: 100%;
|
||||
|
||||
div[class^="customizationSection-"] {
|
||||
&:nth-child(2), &:nth-child(3) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div[class^="bioTextArea-"] {
|
||||
height: 25vh;
|
||||
}
|
||||
}
|
||||
|
||||
[class^="optionBox-"]:nth-child(2) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#connections-tab div[class^="children-"] {
|
||||
flex-direction: row;
|
||||
div[class^="accountList-"] {
|
||||
|
@ -64,6 +85,26 @@ div[aria-controls^="hypesquad"],
|
|||
}
|
||||
}
|
||||
|
||||
#appearance-tab div[class^="children-"] {
|
||||
flex-flow: row wrap;
|
||||
column-gap: @div-width * 2;
|
||||
|
||||
& > div:first-child {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div[class^="marginTop8-"], div[class^="marginTop20-"] {
|
||||
width: calc(50% - @div-width);
|
||||
|
||||
div[class^="divider-"]
|
||||
{ display: none; }
|
||||
}
|
||||
|
||||
div[class^="marginTop20-"] > div[class^="slider-"] {
|
||||
margin-top: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
#notifications-tab div[class^="children"] {
|
||||
div:nth-child(6)
|
||||
{ display: none; }
|
||||
|
|
Loading…
Reference in a new issue