Skip to content

Instantly share code, notes, and snippets.

View AmyCupcake's full-sized avatar

Amy Parkes AmyCupcake

View GitHub Profile
/*fix timestamp width in monospace themes*/
#chat.show-seconds .time, #chat.show-seconds .chat-view[data-type="channel"] .msg.highlight .time {
width: auto;
}
/*hide message sender name if it comes from the same person as the last one*/
.msg.previous-source .from {
visibility: hidden;
}