-
Notifications
You must be signed in to change notification settings - Fork 3
/
RealDarkAnnoyances.theme.css
64 lines (52 loc) · 1.63 KB
/
RealDarkAnnoyances.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/**
* @name RealDark Annoyances
* @author D Mack (dmack6464)
* @version 2.6
* @description Optional addition to RealDark (or any?) theme that attempts to remove some of Discord's annoying "features".
* @source https://github.com/dmack6464/RealDark/
* @website https://discord.gg/pB2SmhC/
*/
/* refer to RealDarkConfiguration.theme.css for referenced variables. */
/* personal hacks */
/*
#pluginNotice {
height: auto;
display: none;
}
*/
/* hacks end */
/* config warning */
.channelTextArea-rNsIhG:before {
display: var(--disableWarning);
color: red;
content: "RealDark requires RealDarkConfiguration(.theme).css, which appears to be missing!!!";
}
/* Explore Public Servers button */
.platform-win .scroller-2TZvBN:nth-child(2) > .listItem-2P_4kh {
display: var(--explorePublicServers);
}
/* fuck the emoji: message reactions */
.wrapper-2aW0bm div:first-child, /* message hover popup */ {
display: var(--reactionOptionsInChat);
}
.wrapper-3_530D /* context menu header */ {
display: var(--reactionOptionsInRightClickMenu);
}
/* gif button in message send textbox, doesnt work with languages other than English*/
.buttons-3JBrkn button[aria-label="Open GIF picker"] {
display: var(--send-gif-button);
}
/* attempting to remove nitro nagging */
[href="/store"], /* DM list, maybe more? */
.buttons-3JBrkn > button /* message send textbox */ {
display: var(--nitro-nagging);
}
/* spotify listening party invite hide */
.invite-18yqGF, /* message */
.horizontal-3fI3M->:not(:first-child) /* user popout */ {
display: var(--spotifyPremiumOptions);
}
/* stage discovery button hide */
[href="/discovery"] {
display: var(--stageDiscovery);
}