Skip to content

Commit

Permalink
Merge pull request #47 from yummypixza/main
Browse files Browse the repository at this point in the history
cover more masks with profile pop-ups and avatar
  • Loading branch information
refact0r authored Nov 9, 2024
2 parents 040e05f + 592aa51 commit 84abec0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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_'] {
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -951,4 +954,3 @@ html.theme-light {
transform: none!important;
}
/* end 909 commits */

12 changes: 12 additions & 0 deletions src/unrounding.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 84abec0

Please sign in to comment.