Created
April 5, 2025 14:44
-
-
Save OviOvocny/c94104ddf1f3205d55e69855a5064be4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [class*=channelAppLauncher], | |
| [aria-label*="Send a gift"], | |
| [class*=expression-picker]:has([aria-label*=sticker]), | |
| [aria-label="Direct Messages"] li:nth-child(4), | |
| [aria-label="Direct Messages"] li:nth-child(5), | |
| [aria-label="Servers"] ~ div, | |
| [aria-label="Servers sidebar"] [class*=footer], | |
| [class*=avatarDecoration], | |
| [class^=app_] > [class^=container_], | |
| [aria-label="Update Ready!"], | |
| [class^=closedFolderIcon] | |
| {display:none !important;} | |
| [aria-label="User area"] [class*=container] > div:nth-child(2) | |
| { | |
| position: absolute; | |
| right: 0.6em; | |
| /*background: var(--background-secondary-alt);*/ | |
| border-radius: 5px; | |
| opacity: 0; | |
| transition: opacity 200ms; | |
| } | |
| [aria-label="User area"]:hover [class*=container] > div:nth-child(2) | |
| { | |
| opacity: 1; | |
| } | |
| [class^=base_] { | |
| --custom-app-top-bar-height: .5em; | |
| } | |
| [data-windows] { | |
| display: none; | |
| } | |
| [aria-label^=Private] [class*=scroller] { | |
| margin-bottom: 0; | |
| } | |
| nav[aria-label*=server] { | |
| padding-bottom: 0 !important; | |
| } | |
| .visual-refresh section[class^=panels] { | |
| max-width: 57px; | |
| transition: max-width .7s cubic-bezier(0.16, 1, 0.3, 1); | |
| &:hover {max-width: 25ch;} | |
| & [class*=buttons_] {opacity: 0 !important;} | |
| & [class*=nameTag] {opacity: 0 !important;} | |
| &:hover [class*=buttons_] {opacity: 1 !important; transition-delay: 100ms;} | |
| &:hover [class*=nameTag] {opacity: 1 !important; transition-delay: 50ms;} | |
| } | |
| [aria-label=Servers] { | |
| --fuck: 42px; | |
| & foreignObject { | |
| mask: none; | |
| } | |
| & img[class^=icon] { | |
| border-radius: 1000px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment