Skip to content

Commit 84abec0

Browse files
authored
Merge pull request #47 from yummypixza/main
cover more masks with profile pop-ups and avatar
2 parents 040e05f + 592aa51 commit 84abec0

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

src/main.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
180180
[class^=content_] > [class^=resizeHandle_] /* pretend to be a margin */ {
181181
width: var(--pad);
182182
}
183+
.timestamp_f9f2ca.latin24CompactTimeStamp_f9f2ca {
184+
width: 3.3rem;
185+
}
183186

184187
/* fix inbox overflow and hiding window controls */
185188
[class^='notAppAsidePanel_'] > [class^='layerContainer_'] {
@@ -286,7 +289,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
286289
.clipContainer_b11c5e {
287290
margin-top: 0;
288291
}
289-
.textArea_d0696b {
292+
.textArea_bdf0de {
290293
display: flex;
291294
flex-direction: column;
292295
justify-content: center;
@@ -442,7 +445,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
442445
.container_adcaac /* vc panel */ {
443446
padding: var(--txt-pad) var(--txt-pad) calc(var(--txt-pad) / 2) var(--txt-pad);
444447
}
445-
.horizontal_bba380 > .flex_bba380 /* fix voice connected cut off */ {
448+
.horizontal_dc333f > .flex_dc333f /* fix voice connected cut off */ {
446449
margin-left: 4px;
447450
}
448451
.guilds_a4d4d9,
@@ -951,4 +954,3 @@ html.theme-light {
951954
transform: none!important;
952955
}
953956
/* end 909 commits */
954-

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)