File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 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 */ {
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-
Original file line number Diff line number Diff line change 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 ,
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 );
You can’t perform that action at this time.
0 commit comments