-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththenme.theme.css
187 lines (166 loc) · 3.7 KB
/
thenme.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
/**
* @name my discor theme
* @author defautluser0
* @description minimal theme or smth idk
* @version 1.0
*/
/* this is what started this theme. hides the gifts button on the chatbox */
button[aria-label="Send a gift"] {
display: none;
}
/* hide gif picker button */
button[aria-label="Open GIF picker"] {
display: none;
}
/* hide sticker button */
button[aria-label="Open sticker picker"] {
display: none;
}
/* goodbye useless buttons on the top row */
div[aria-label="Inbox"] {
display: none;
}
div[aria-label="Help"] {
display: none;
}
div[aria-label="Show User Profile"] {
display: none;
}
div[aria-label="Start Video Call"] {
display: none;
}
div[aria-label="Hide Member List"] {
display: none;
}
/* hide useless shit in the context menu */
#channel-attach-listen {
display: none;
}
#user-context-note {
display: none;
}
#user-context-close-dm {
display: none;
}
#user-context-user-profile {
display: none;
}
#user-context-invite-to-server {
display: none;
}
#user-context-apps {
display: none;
}
#user-context-mark-channel-read[aria-disabled="true"] {
display: none;
}
div.separator_c1e9c4 {
display: none;
}
/* hide useless shit in the attachments popup and make it more compact */
div[aria-label="Modify Attachment"] {
display: none;
}
div.filenameContainer_f847a3 {
display: none;
}
li.upload_df1eaf {
min-height: auto;
max-height: auto;
min-width: auto;
max-width: auto;
}
/* hide the direct messages thing */
h2.privateChannelsHeaderContainer__99e7c {
display: none;
}
/* hide nitro and shop but keep friends cuz its actually kinda useful */
li.channel__972a0:not(.dm__972a0) {
display: none;
}
div.friendsButtonContainer__35e86 .channel__972a0 {
display: block;
}
/* hide server guide and channels & roles */
li div.containerDefault_c69b6d.wrapper__2ea32 {
display: none;
}
.sectionDivider__629e4 {
display: none;
}
/* remove the 12px padding between channels */
div[style="height: 12px;"] {
display: none;
}
/* no top padding on the channels menu */
.wrapper__2ea32 {
padding-top: 0px;
}
/* no padding between channels on the channels menu */
.link__2ea32 {
padding: 3px;
padding-left: 6px;
}
/* no padding on the chat messages */
.group-spacing-16 .groupStart__5126c {
--custom-group-spacing-start: auto;
}
/* fix the NEW thing on messages */
.cozyMessage__5126c.beforeGroup__5126c {
min-height: auto;
}
.group-spacing-16 .divider__5126c.beforeGroup__5126c {
top: 0;
margin-top: 0px;
margin-bottom: 0px;
}
/* no padding on the members menu */
.membersGroup_c8ffbb {
padding: 0px;
padding-top: 8px;
padding-left: 5px;
height: auto;
}
/* hide the apps button on the chatbox & fix the padding on the jump to present part */
div.channelAppLauncher_e6e74f {
display: none;
}
.jumpToPresentBar__0f481 {
right: 16px;
}
/* hide the boosts thing */
.container_eff079.containerWithMargin_eff079 {
display: none;
}
/* hide nitro tab on settings */
[aria-label="Nitro"] {
display: none;
}
/* no quest */
.mask_c721cc {
display: none;
}
/* activities my ass */
.headerContainer_bc6acb {
display: none;
}
/* Remove Edit Image with Apps button from images (stole from aliucord server & fixed myself with recent classes update) */
div.hoverButtonGroup__06ab4 {
display: none;
}
/* remove the fucking discover thing */
.footer__214dc {
display: none;
}
/* remove the fucking separator between sections in the guilds scroll thing */
div.listItem__650eb div.guildSeparator__252b6 {
display: none;
}
/* fix the scroll problem in the channels thing */
[aria-label=Channels] {
height: auto !important;
}
/* no hallow een for you :3 */
.wrapper_c1da7a {
display: none;
}