Skip to content

Commit 37ba7a3

Browse files
author
pixza Yaoita
committed
cover more masks with profile and avatar
might be not the best practice though...
1 parent 040e05f commit 37ba7a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/unrounding.css

+12
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
[class^='svg_'] > foreignObject {
1313
mask-image: none;
1414
}
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+
1522
/* hide status indicators */
1623
[class^='mask_'] > rect,
1724
[class^='mask_'] > circle,
@@ -53,6 +60,11 @@
5360
background: var(--streaming-dot);
5461
}
5562

63+
/* unround custom status bubble */
64+
.statusBubbleOuter_d0a252::before, .statusBubbleOuter_d0a252::after {
65+
border-radius: 0 !important;
66+
}
67+
5668
/* fix server list badges */
5769
[class^='lowerBadge_'] {
5870
border: 2px solid var(--bg-0);

0 commit comments

Comments
 (0)