From 37ba7a3dbe48e5e4e261ec50bed92963d08b14d0 Mon Sep 17 00:00:00 2001 From: pixza Yaoita Date: Wed, 30 Oct 2024 11:17:16 +0800 Subject: [PATCH 1/2] cover more masks with profile and avatar might be not the best practice though... --- src/unrounding.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/unrounding.css b/src/unrounding.css index 302fd8f..1e29f70 100644 --- a/src/unrounding.css +++ b/src/unrounding.css @@ -12,6 +12,13 @@ [class^='svg_'] > foreignObject { mask-image: none; } + +/* fiil circle mask on profile avatar */ +.overlay_f94206:after, /* profile popup */ +.overlay_f18fcb:after { /* user settings */ + border-radius: 0; +} + /* hide status indicators */ [class^='mask_'] > rect, [class^='mask_'] > circle, @@ -53,6 +60,11 @@ background: var(--streaming-dot); } +/* unround custom status bubble */ +.statusBubbleOuter_d0a252::before, .statusBubbleOuter_d0a252::after { + border-radius: 0 !important; +} + /* fix server list badges */ [class^='lowerBadge_'] { border: 2px solid var(--bg-0); From 592aa51c1a97bc7dfa13f7803f08908fc4c7022b Mon Sep 17 00:00:00 2001 From: pixza Yaoita Date: Fri, 1 Nov 2024 10:44:31 +0800 Subject: [PATCH 2/2] update class name and give timestamp a little more space to breath --- src/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main.css b/src/main.css index f97b666..7dfce6f 100644 --- a/src/main.css +++ b/src/main.css @@ -180,6 +180,9 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ { [class^=content_] > [class^=resizeHandle_] /* pretend to be a margin */ { width: var(--pad); } +.timestamp_f9f2ca.latin24CompactTimeStamp_f9f2ca { + width: 3.3rem; +} /* fix inbox overflow and hiding window controls */ [class^='notAppAsidePanel_'] > [class^='layerContainer_'] { @@ -286,7 +289,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ { .clipContainer_b11c5e { margin-top: 0; } -.textArea_d0696b { +.textArea_bdf0de { display: flex; flex-direction: column; justify-content: center; @@ -442,7 +445,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ { .container_adcaac /* vc panel */ { padding: var(--txt-pad) var(--txt-pad) calc(var(--txt-pad) / 2) var(--txt-pad); } -.horizontal_bba380 > .flex_bba380 /* fix voice connected cut off */ { +.horizontal_dc333f > .flex_dc333f /* fix voice connected cut off */ { margin-left: 4px; } .guilds_a4d4d9, @@ -951,4 +954,3 @@ html.theme-light { transform: none!important; } /* end 909 commits */ -