Last active
May 29, 2023 04:46
-
-
Save voaii/41f26754a217f7556ca8886a09bd5f91 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 { | |
| --body-bg-color: #1c1d21!important; | |
| --border-color: #2b2c33; | |
| --body-bg-color-light: #292a30; | |
| --window-bg-color: #1c1d21; | |
| --body-color-muted: #b6b6b6; | |
| } | |
| @media (min-width: 480px) { | |
| #chat .from { | |
| width:90px; | |
| } | |
| #sidebar { | |
| width: 180px; | |
| } | |
| #chat.time-12h .time, | |
| #chat.time-seconds .time { | |
| width: 60px; | |
| font-size: 0.80em; | |
| } | |
| } | |
| @media (max-width: 480px) { | |
| #form { | |
| padding-bottom:40px; | |
| } | |
| #chat.time-12h .time, | |
| #chat.time-seconds .time { | |
| font-size: 0.80em; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment