Skip to content

Instantly share code, notes, and snippets.

@voaii
Last active May 29, 2023 04:46
Show Gist options
  • Select an option

  • Save voaii/41f26754a217f7556ca8886a09bd5f91 to your computer and use it in GitHub Desktop.

Select an option

Save voaii/41f26754a217f7556ca8886a09bd5f91 to your computer and use it in GitHub Desktop.
: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