diskort/src/hide.less

96 lines
2.8 KiB
Plaintext
Raw Normal View History

2022-04-10 11:14:51 +00:00
2022-03-24 16:19:00 +00:00
// Site
[class*="perksContainer-"],
2022-03-24 16:19:00 +00:00
[class^="DocSearch"], // Algolia, f you
2022-04-10 11:14:51 +00:00
{ &:extend(.hide); }
#app-mount div:not([class]) div[class=""] {
div:not([class]), // main page content
div div[class*="background-"], // nitro animation at top
div[class^="grid-"] div[class^="animation-"], // nitro animation at bottom
{ &:extend(.hide); }
}
2022-03-24 16:19:00 +00:00
// Nicks
.username-1g6Iq1
{ &:extend(.hide); }
2022-03-24 16:19:00 +00:00
// Remove background (invite, login)
[class*="artwork-"],
div[class^="characterBackground-"] [class*="rightSplit-"],
div[class^="art-"],
2022-04-10 11:14:51 +00:00
{ &:extend(.hide); }
2022-03-24 16:19:00 +00:00
2022-04-10 11:14:51 +00:00
[class^="discrimBase-"],
div[class^="discordTag-"] [class^="username-"], // friends tab
2022-03-24 16:19:00 +00:00
div[class^="nameTag-"],
[class^="usernameInnerRow-"], // at settings
2022-04-10 11:14:51 +00:00
{ &:extend(.hide); }
2022-03-24 16:19:00 +00:00
// Suggestions
button[class*="followButton-"], // at top in channels
[class^="nowPlaying"], // in friends tab
div[class^="threadSuggestionBar-"], // create thread because many replies
div[class^="welcomeCTA-"], // wave to say hi on server
2022-09-17 09:08:10 +00:00
.divider-IqmEqJ .content-3spvdd, // date in divider
.spine-29OFwR, // threads svg
.mainContent-20q_Hp .subtitle-3PyFgf, // forum subtitle
.scrollerInner-2PPAp2 div.box-2iMsQm, // start the conversation in forum
2022-03-24 16:19:00 +00:00
2022-04-10 11:14:51 +00:00
div[class^="channelNotice-"], // sh** at bottom of server name like invite people, server boost etc.
h2[class^="privateChannelsHeaderContainer"], // direct messages label
2022-03-24 16:19:00 +00:00
2022-04-10 11:14:51 +00:00
div[class*="templatesList-"] button[class^="container-"] ~ *, // templates are really useless
2022-03-24 16:19:00 +00:00
2022-04-10 11:14:51 +00:00
{ &:extend(.hide); }
2022-03-24 16:19:00 +00:00
// Emoji picker
#gif-picker-tab, #sticker-picker-tab,
#emoji-picker-tab-panel
div[class^="emojiPicker-"]
> div[class^="header-"],
nav[class^="nav-"], // breaks emoji panel, fixed at fixes.less
2022-04-10 11:14:51 +00:00
{ &:extend(.hide); }
2022-03-24 16:19:00 +00:00
// Search
2022-04-10 11:14:51 +00:00
nav > [class^="searchBar-"], // in dm
[role^="tab"] > [class^="searchBar-"], // in tabs
div[class^="toolbar-3_"] > :nth-child(3)
~ *:not([class^="search-"]), // remove after 3 elements except search
{ &:extend(.hide); }
2022-03-24 16:19:00 +00:00
// Text area
div.channelTextArea-1FufC0 {
div.buttons-uaqb-5 { // buttons
2022-04-10 11:14:51 +00:00
& > button // gift button, f you
{ &:extend(.hide); }
& > div.expression-picker-chat-input-button {
&:not(:nth-child(4)) // except emoji (and send button, if exists)
{ &:extend(.hide); }
}
}
div.scrollableContainer-15eg7h
2022-09-14 18:44:10 +00:00
div.divider-2rZFJK // breaks redesigned text area
2022-04-10 11:14:51 +00:00
{ &:extend(.hide); }
}
2022-03-24 16:19:00 +00:00
// Other
div[class^="autocompleteShadow-"], // bugged
[class^="unreadPill-"], // NEW at right, not needed
div[class^="overviewSidebar-"], // at community creation, not needed
2022-03-29 16:11:13 +00:00
2022-04-09 16:57:07 +00:00
form::before, // message input shadow
2022-04-10 11:14:51 +00:00
div[class^="children-"]::after, // shadow at title
2022-09-22 14:50:35 +00:00
// banners are more buggy every day so it is disabled since now
.bannerSVGWrapper-qc0szY,
[class^="bannerContainer-"],
[class*="banner-"],
2022-04-10 11:14:51 +00:00
{ &:extend(.hide); }
2022-09-17 09:08:10 +00:00
.container-3wLKDe {
background: unset !important;
}