File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,9 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
180
180
[class ^= content_ ] > [class ^= resizeHandle_ ] /* pretend to be a margin */ {
181
181
width : var (--pad );
182
182
}
183
+ .timestamp_f9f2ca .latin24CompactTimeStamp_f9f2ca {
184
+ width : 3.3rem ;
185
+ }
183
186
184
187
/* fix inbox overflow and hiding window controls */
185
188
[class ^= 'notAppAsidePanel_' ] > [class ^= 'layerContainer_' ] {
@@ -286,7 +289,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
286
289
.clipContainer_b11c5e {
287
290
margin-top : 0 ;
288
291
}
289
- .textArea_d0696b {
292
+ .textArea_bdf0de {
290
293
display : flex;
291
294
flex-direction : column;
292
295
justify-content : center;
@@ -442,7 +445,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
442
445
.container_adcaac /* vc panel */ {
443
446
padding : var (--txt-pad ) var (--txt-pad ) calc (var (--txt-pad ) / 2 ) var (--txt-pad );
444
447
}
445
- .horizontal_bba380 > .flex_bba380 /* fix voice connected cut off */ {
448
+ .horizontal_dc333f > .flex_dc333f /* fix voice connected cut off */ {
446
449
margin-left : 4px ;
447
450
}
448
451
.guilds_a4d4d9 ,
@@ -951,4 +954,3 @@ html.theme-light {
951
954
transform : none!important ;
952
955
}
953
956
/* end 909 commits */
954
-
Original file line number Diff line number Diff line change 12
12
[class ^= 'svg_' ] > foreignObject {
13
13
mask-image : none;
14
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
+
15
22
/* hide status indicators */
16
23
[class ^= 'mask_' ] > rect ,
17
24
[class ^= 'mask_' ] > circle ,
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 );
You can’t perform that action at this time.
0 commit comments