Skip to content

Commit

Permalink
theme improved
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 11, 2024
1 parent 54bd4e2 commit f491803
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ui/codemirror/theme.cljs
Expand Up @@ -14,7 +14,10 @@

(defn style-codemirror-fullscreen []
; height: auto; "400px" "100%" height: auto;
; auto will make the editor resize to fit its content (i
[:style ".my-codemirror > .CodeMirror {
font-family: monospace;
height: 100% ;
}"])
height: 100%;
min-height: 100%;
max-height: 100%;
}"])

0 comments on commit f491803

Please sign in to comment.