Skip to content

Instantly share code, notes, and snippets.

@ice6
ice6 / rocket.chat-message-custom.css
Last active April 18, 2024 08:57
Different color and alignment for sent versus received messages (Chat Bubbles UX)
.messages-box ul {
background-color: #F5F5F2;
}
.message {
display: flex;
}
.message:hover {
background-color:transparent;
}
.message .message-body-wrapper {
@ice6
ice6 / the discussion here
Created October 25, 2019 07:05
install v8js on macOS catalina
https://github.com/phpv8/v8js/issues/380