-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCustomDiscord.css
133 lines (114 loc) · 2.81 KB
/
CustomDiscord.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
/* Make Transparent */
/*:root {*/
/* opacity: 0.96;*/
/*}*/
/* Remove Transfer to console, and bar to left */
button[aria-label="Transfer to Console"][type="button"],
.leftDivider_d8c748 {
display: none;
}
/* fix missing fonts */
* {
font-family: 'Hack Nerd Font Mono', Hack, 'RobotoMono NFM', 'RobotoMono Nerd Font Mono', 'RobotoMono', monospace !important;
}
:root {
--background-primary: #000000 !important;
}
/* Unflip Video preview and PiP */
.mirror_a5989d,
.mirror__37f83 {
transform: scaleX(1) !important;
}
/* Disable top and bottom gradient on calls and PiP*/
.gradientContainer_dd069c,
.videoControls_cadaa5 {
background: none !important;
}
/* Partially hide public servers & gradient */
.footer_aa1bff,
.gradient_aa1bff {
background-color: #00000000 !important;
max-height: 20px !important;
opacity: 0;
}
/* Make unread button smaller */
.bar_edf32f {
height: 15px;
line-height: 30px;
font-size: 12;
opacity: 0.75;
}
/* ---------------------------------------------------- */
/* Any colors edited to match AMOLED-Cord theme
github.com/LuckFire/amoled-cord */
/* ---------------------------------------------------- */
/* Servers Sidebar / Guildlist size
Colored to match AMOLED-Cord theme */
.wrapper_fea3ef,
.scroller_fea3ef {
width: 65px !important;
background-color: #000000 !important;
}
/* Server Channels, Server Banner, DM Channels */
.scroller_c43953,
.bannerImage_fd6364:before {
width: 250px;
//background-color: #000000 !important;
}
/* Member List content width */
.layout_e9f61e,
.container_cbd271 {
min-width: 255px;
//max-width: 290px;
}
/* Remove padding from memberlist */
.members_cbd271 {
/*width: 240px;*/
padding: 0px 0px 0px 0px !important;
}
/* Set minimum width for memberlist flex */
.membersWrap_cbd271 {
min-width: 100px;
}
/* Stop DM member list from flexing */
.membersWrap_cbd271 {
flex-grow: 0;
flex-shrink: 0;
max-width: 290px !important;
}
/* Underline roles in Memberlist */
.membersGroup_cbd271 {
text-align: center;
overflow: visible;
margin-bottom: 8px;
display: block;
width: 100%;
padding-bottom: 18px;
border-bottom: 2px solid white;
}
/* Add white underline labels in channellist */
.containerDefault_a08117 {
padding-top: 1px;
padding-right: 8px;
padding-left: 15px;
padding: 0 0 2px 0px !important;
height: auto;
margin: 8px 0px 0px 0px;
border-bottom: 1px solid white;
}
/* Center category names and push slightly left */
.mainContent_a08117 {
text-align: center;
padding-right: 10px;
}
/* MemberCount Plugin */
#MemberCount {
z-index: 0 !important;
}
/* ServerCount Plugin*/
.serverCount_FsTTs1 {
font-size: 6px !important;
letter-spacing: 0.1em !important;
margin-bottom: 1px !important;
margin-top: 1px !important;
}