Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 311 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 311 Bytes

Horizontal jChat

Example

jChat styles for OBS Browser Source

#chat_container {
    width: max-content;
    padding: 0;
    word-break: keep-all;
    display: flex;
    flex-direction: row-reverse;
}

.chat_line {
    padding-right: 10px;
}