Skip to content

Commit

Permalink
top 10 most useless discord features
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Jul 19, 2024
1 parent c29229c commit 54d5612
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions system24.css
Original file line number Diff line number Diff line change
Expand Up @@ -484,11 +484,14 @@ aside[class^='profilePanel_'] {
/* hide status indicators */
[class^='mask_'] > rect,
[class^='mask_'] > circle,
[class^='mask_'] > svg {
[class^='mask_'] > svg,
.container_e85446 > [class^='svg_'] > foreignObject > [class^='status_'] {
display: none;
}

/* re-add status indicators */
.wrapper_c51b4e:has(rect)::after {
.wrapper_c51b4e:has(rect)::after,
.container_e85446:has(div[style='background-color: rgb(35, 165, 90);'])::after {
content: '';
display: block;
position: absolute;
Expand All @@ -499,6 +502,7 @@ aside[class^='profilePanel_'] {
border: 2px solid var(--bg-0);
}
.wrapper_c51b4e:has(rect[fill='#23a55a'])::after,
.container_e85446:has(div[style='background-color: rgb(35, 165, 90);'])::after,
[class^='status_'][style='background-color: rgb(35, 165, 90);'] {
background: var(--online-dot) !important;
}
Expand Down

0 comments on commit 54d5612

Please sign in to comment.