0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 11:08:10 +00:00

initial fix

This commit is contained in:
Víctor Losada Hernández
2025-03-19 10:56:16 +01:00
parent 7f17887e0e
commit 962d98543e
2 changed files with 14 additions and 16 deletions

View File

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