Skip to content

Instantly share code, notes, and snippets.

@timcole
Last active January 27, 2019 14:04
Show Gist options
  • Save timcole/65e8f932acbe1c2a58ab3bb51ecd2d63 to your computer and use it in GitHub Desktop.
Save timcole/65e8f932acbe1c2a58ab3bb51ecd2d63 to your computer and use it in GitHub Desktop.
.chat-header {
padding: 16px 15px;
}
.chat-title {
font-size: 14px;
}
#chat-messages {
font-family: "Dank Mono";
max-height: calc(100vh - 150px);
}
.chat-line-name, .chat-line-text {
font-size: 14px;
}
.chat-line:nth-child(even) {
background: #141518;
}
.chat-footer {
padding: 10px;
}
.chat-bottom {
margin-top: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment