LANCommander/LANCommander.UI/Components/Chat/ChatMessageInput.razor.scss
Pat Hartl 66abc6e59e Implement infinite loading with chat thread
- 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
2026-01-11 14:38:24 -06:00

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;
}
}