Skip to content

Commit

Permalink
strangest bug ever
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Jun 24, 2024
1 parent afc93c5 commit b8749b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions system24.css
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ aside[class^='profilePanel_'] {
[class^='peopleListItem_'] {
border-width: var(--border-width);
}
#app-mount [class^='divider_'] {
}
[class^='unreadPill_'][class*='endCap_'] {
top: calc(-6px - 0.5 * var(--border-width));
}
Expand All @@ -490,7 +488,7 @@ aside[class^='profilePanel_'] {
}
/* hide round masks */
[class^='listItem_'] [class^='wrapper_'] > [class^='svg_'] > mask,
[class^='bannerSVGWrapper_'] > mask {
[class^='bannerSVGWrapper_'] > mask > circle {
display: none;
}
[class^='mask_'] > foreignObject,
Expand Down

0 comments on commit b8749b2

Please sign in to comment.