Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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