We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040e05f commit 37ba7a3Copy full SHA for 37ba7a3
src/unrounding.css
@@ -12,6 +12,13 @@
12
[class^='svg_'] > foreignObject {
13
mask-image: none;
14
}
15
+
16
+/* fiil circle mask on profile avatar */
17
+.overlay_f94206:after, /* profile popup */
18
+.overlay_f18fcb:after { /* user settings */
19
+ border-radius: 0;
20
+}
21
22
/* hide status indicators */
23
[class^='mask_'] > rect,
24
[class^='mask_'] > circle,
@@ -53,6 +60,11 @@
53
60
background: var(--streaming-dot);
54
61
55
62
63
+/* unround custom status bubble */
64
+.statusBubbleOuter_d0a252::before, .statusBubbleOuter_d0a252::after {
65
+ border-radius: 0 !important;
66
67
56
68
/* fix server list badges */
57
69
[class^='lowerBadge_'] {
58
70
border: 2px solid var(--bg-0);
0 commit comments