0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 16:02:38 +00:00

fix it damn it

This commit is contained in:
Víctor Losada Hernández
2025-05-22 22:35:26 +02:00
parent 3624fcef0f
commit 03527a1f95

View File

@@ -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);}
}