mirror of
https://github.com/urbit/shrub.git
synced 2024-11-25 07:12:10 +03:00
chat: fix chat input size
This commit is contained in:
parent
1a7bb6ecfa
commit
0454a1a843
@ -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}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user