Last active
June 27, 2022 15:06
-
-
Save mlemiam/b90118a7be77594f73022d7cbc5bd089 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
| :root { | |
| /*.theme-dark { | |
| } | |
| .theme-light { | |
| } | |
| */ | |
| .container-YkUktl { | |
| margin-right: 5px; | |
| margin-bottom: 10px; | |
| margin-left: 5px; | |
| border: 1px solid rgb(78, 78, 81); | |
| border-radius: 20px; | |
| box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483); | |
| background: rgba(0, 0, 0, 0.436); | |
| } | |
| .panels-3wFtMD { | |
| background-color: #00000000; | |
| } | |
| .withFrame-2dL45i { | |
| height: 32px; | |
| margin-top: 0px; | |
| } | |
| .winButton-3UMjdg { | |
| height: 32px; | |
| width: 32px; | |
| top: 0; | |
| } | |
| .winButton-3UMjdg { | |
| padding-left: 7px; | |
| padding-right: 7px; | |
| } | |
| .winButton-3UMjdg { | |
| cursor: default; | |
| } | |
| .wordmarkWindows-2dq6rw { | |
| margin-top: 8px; | |
| margin-left: 8px; | |
| padding: 0; | |
| } | |
| .header-3OsQeK { | |
| box-shadow: none; | |
| } | |
| .animatedContainer-2laTjx { | |
| box-shadow: none; | |
| } | |
| .animatedContainer-2laTjx::before { | |
| background: linear-gradient(transparent 0%, var(--background-secondary) 100%, transparent 0%); | |
| position: absolute; | |
| content: ""; | |
| height: 20px; | |
| width: 100%; | |
| bottom: 0; | |
| z-index: 1; | |
| } | |
| .timestamp-p1Df1m:not(.timestampInline-_lS3aK, .timestampVisibleOnHover-9PEuZS) time::after { | |
| content: " (" attr(aria-label) ")"; | |
| color: var(--text-muted); | |
| font-size: 0.625rem; | |
| font-weight: 400; | |
| line-height: 1; | |
| text-transform: lowercase; | |
| } | |
| .edited-1v5nT8:not(.message-translate-indicator) { | |
| display: none; | |
| } | |
| .menu-1QACrS, .colorDefault-CDqZdO { | |
| border-radius: 15px; | |
| } | |
| .channelTextAreaDisabled-8rmlrp, .channelTextAreaDisabled-8rmlrp > .scrollableContainer-2NUZem{ | |
| animation: nochat .000001ms forwards; | |
| } | |
| @keyframes nochat{ | |
| to{height: 0} | |
| } | |
| /* Removes Follow banner on bottom of channels */ | |
| .wrapper-39oAo3 {display: none;} | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment