0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 19:32:47 +00:00
This commit is contained in:
Víctor Losada Hernández
2025-03-19 13:26:58 +01:00
parent 962d98543e
commit 07ff9a114e

View File

@@ -1,16 +1,14 @@
@import 'themes/codeMirror/customEditorStyles.less';
.editor {
height:100%;
position : relative;
width : 100%;
height : 100%;
container : editor / inline-size;
.codeEditor {
height : 100%;
.CodeMirror {
height:100%;
}
.CodeMirror { height : 100%; }
.pageLine {
background : #33333328;
border-top : #333399 solid 1px;
@@ -113,7 +111,5 @@
@container editor (width < 553px) {
.editor .codeEditor .CodeMirror {
height:calc(100% - 51px) ;
}
.editor .codeEditor .CodeMirror { height : calc(100% - 51px) ; }
}