aboutsummaryrefslogtreecommitdiffstats
path: root/renderer/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'renderer/src/styles')
-rw-r--r--renderer/src/styles/globals.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/renderer/src/styles/globals.css b/renderer/src/styles/globals.css
index 384ebc5..f115734 100644
--- a/renderer/src/styles/globals.css
+++ b/renderer/src/styles/globals.css
@@ -152,6 +152,20 @@ body {
152 color: var(--text-primary); 152 color: var(--text-primary);
153} 153}
154 154
155.codemirror-editor {
156 flex: 1;
157 overflow: hidden;
158}
159
160.codemirror-editor .cm-editor {
161 height: 100%;
162}
163
164.codemirror-editor .cm-gutters {
165 background: var(--bg-secondary);
166 border-right: 1px solid var(--border);
167}
168
155.document-content.rendered { 169.document-content.rendered {
156 line-height: 1.7; 170 line-height: 1.7;
157} 171}