- Chat messages are now loaded based on scroll position - Read status is now updated and set by last message read - Reworked script importing by using ScriptProvider
10 lines
No EOL
189 B
SCSS
10 lines
No EOL
189 B
SCSS
.chat-message-input {
|
|
flex: 0 0 auto;
|
|
|
|
.EasyMDEContainer .CodeMirror {
|
|
margin: .5em;
|
|
border: none;
|
|
border-radius: 0;
|
|
background: #1f1f1f;
|
|
}
|
|
} |