-
Notifications
You must be signed in to change notification settings - Fork 2
/
simple-squarecord.css
57 lines (57 loc) · 1.01 KB
/
simple-squarecord.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
/* --- Squarecord Simplified --- */
*,
*::before,
*::after,
*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-track {
border-radius: 0px !important;
mask: none !important;
-webkit-mask: none !important;
}
.svg-1G_H_8 rect[style],
.svg-1G_H_8 circle[style] {
display: none;
}
.slider-HJFN2i rect {
rx: 0;
}
/* */
/* Voice pfp fix */
.voiceUser-3nRK-K .userAvatar-3Hwf1F {
border: none;
}
/* */
/* Voice Member count FIX */
.total-1c5KCN {
padding-left: 4px;
}
.total-1c5KCN::after {
display: none;
}
/* */
/* Theme checkmark fix */
.checkmarkCircle-2LCcdI {
background-color: var(--brand-500);
}
/* */
/* Radio buttons (settings) fix */
.radioBar-1XgZqD svg {
border: 2px solid white;
}
.radioBar-1XgZqD svg path,
.radioBar-1XgZqD circle {
display: none;
}
.radioBar-1XgZqD div {
position: relative;
}
.radioBar-1XgZqD div:has(circle)::before{
content:"";
position:absolute;
background:currentColor;
width:13px;
height:13px;
left:25%;
top: 22%;
}
/* */