Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
make statuses legible in a unique way
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkomata authored Jul 17, 2024
1 parent 2994e54 commit caca2fb
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions User/Vozy/Documents/source files/diskette.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,20 @@
border-radius: 0;
}

foreignObject[mask*="url(#"] {
mask: none;
-webkit-mask: none;
}

[class^="sidebar"]>[class^="privateChannels"] foreignObject[mask*="url(#"],
section[class^="panels_"] div[class^="container_"] foreignObject[mask*="url(#"],
[class^="tabBody"] [class^="peopleColumn_"] foreignObject[mask*="url(#"],
[class*="members"] foreignObject[mask*="url(#"] {
clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

/* scrollbar css */

.full-motion ::-webkit-scrollbar-thumb,
.full-motion ::-webkit-scrollbar-track {
border-radius: 0;
Expand All @@ -88,11 +102,6 @@
background-color: var(--bordersH);
}

foreignObject[mask*="url(#"] {
mask: none;
-webkit-mask: none;
}

/* user panel */

div[class^="avatarWrapper_"] {
Expand Down

0 comments on commit caca2fb

Please sign in to comment.