chat: fix chat input size

This commit is contained in:
Matilde Park 2020-10-13 20:46:31 -04:00
parent 1a7bb6ecfa
commit 0454a1a843
2 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ export default class ChatEditor extends Component {
'chat fr flex h-100 bg-gray0-d lh-copy w-100 items-center ' +
(inCodeMode ? ' code' : '')
}
style={{ flexGrow: 1, paddingTop: '3px', maxHeight: '224px', width: 'calc(100% - 88px)' }}>
style={{ flexGrow: 1, paddingTop: '8px', maxHeight: '224px', width: 'calc(100% - 88px)' }}>
<CodeEditor
value={message}
options={options}

View File

@ -236,7 +236,7 @@ blockquote {
}
.chat .cm-s-tlon.CodeMirror {
font-size: 12px;
font-size: 14px;
}
pre, code {
@ -387,7 +387,7 @@ pre.CodeMirror-placeholder.CodeMirror-line-like { color: var(--gray); }
/* codemirror */
.chat .cm-s-tlon.CodeMirror {
color: #fff;
font-size: 12px;
font-size: 14px;
}
.chat .cm-s-tlon span.cm-def {