mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
feat: replace textarea with CodeMirror 6 editor
This commit is contained in:
@@ -290,6 +290,20 @@ body {
|
||||
/* Color controlled by theme */
|
||||
}
|
||||
|
||||
/* CodeMirror container */
|
||||
.codemirror-container {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
.codemirror-container .cm-editor {
|
||||
height: 100%;
|
||||
font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
|
||||
font-size: 14px;
|
||||
}
|
||||
.codemirror-container .cm-scroller {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.pane:last-child {
|
||||
padding: 0;
|
||||
/* Background controlled by theme */
|
||||
|
||||
Reference in New Issue
Block a user