diff --git a/client/homebrew/editor/editor.less b/client/homebrew/editor/editor.less index 372d8b302..d37c076ca 100644 --- a/client/homebrew/editor/editor.less +++ b/client/homebrew/editor/editor.less @@ -5,7 +5,7 @@ height : 100%; container : editor / inline-size; .codeEditor { - height : 100%; + height : calc(100% - 25px); .CodeMirror { height : 100%; } .pageLine, .snippetLine { background : #33333328; @@ -111,6 +111,6 @@ } @container editor (width < 683px) { - .editor .codeEditor .CodeMirror { height : calc(100% - 51px);} - .homePage .editor .codeEditor .CodeMirror { height : calc(100% - 25px);} + .editor .codeEditor { height : calc(100% - 51px);} + .homePage .editor .codeEditor { height : calc(100% - 25px);} } \ No newline at end of file