-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCustomDiscord.css
128 lines (110 loc) · 2.78 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
/* 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 Nerd Font Mono', 'RobotoMono NFM', '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_bfe55a,
.videoControls_e4cb9a {
background: none !important;
}
/* Partially hide public servers & gradient */
.footer__214dc,
.gradient__214dc {
background-color: #00000000 !important;
max-height: 20px !important;
opacity: 0;
}
/* Make unread button smaller */
.bar__3b95d {
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_ef3116,
.scroller_ef3116 {
width: 65px !important;
background-color: #000000 !important;
}
/* Server Channels, Server Banner, DM Channels */
.scroller__629e4,
.bannerImage_f37cb1:before {
width: 250px;
//background-color: #000000 !important;
}
/* Member List content width */
.container_c8ffbb {
min-width: 255px;
//max-width: 290px;
}
/* Remove padding from memberlist */
//.membersGroup_c8ffbb {
/*width: 240px;*/
// padding: 0px 0px 0px 0px !important;
//}
/* Set minimum width for memberlist flex */
.membersWrap_c8ffbb {
min-width: 120px;
}
/* Stop DM member list from flexing */
//.membersGroup_c8ffbb {
// flex-grow: 0;
// flex-shrink: 0;
// max-width: 290px !important;
//}
/* Underline roles in Memberlist */
.membersGroup_c8ffbb {
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__29444 {
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__29444 {
text-align: center;
padding-right: 10px;
}
/* ServerCount Plugin*/
.serverCount_FsTTs1 {
font-weight: 1000 !important;
font-size: 6px !important;
letter-spacing: 0.1em !important;
margin-bottom: 0px !important;
margin-top: 0px !important;
}