diff --git a/src/hide.less b/src/hide.less index a912051..9becef0 100644 --- a/src/hide.less +++ b/src/hide.less @@ -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 diff --git a/src/profile.less b/src/profile.less index 428eda3..541022d 100644 --- a/src/profile.less +++ b/src/profile.less @@ -4,7 +4,7 @@ */ -div[class^="userInfo-"] { +div[class^="accountProfileCard-"] div[class^="userInfo-"] { // settings justify-content: left; padding-top: 24px; diff --git a/src/settings.less b/src/settings.less index 3062c3e..4bdb953 100644 --- a/src/settings.less +++ b/src/settings.less @@ -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; }