0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 23:42:44 +00:00

Merge branch 'master' into localSnippetEditor

This commit is contained in:
David Bolack
2025-04-08 20:35:11 -05:00
7 changed files with 503 additions and 268 deletions

View File

@@ -2,10 +2,11 @@
.editor {
position : relative;
width : 100%;
height : 100%;
container : editor / inline-size;
.codeEditor {
height : 100%;
.CodeMirror { height : 100%; }
.pageLine {
background : #33333328;
border-top : #333399 solid 1px;
@@ -112,3 +113,7 @@
}
}
@container editor (width < 553px) {
.editor .codeEditor .CodeMirror { height : calc(100% - 51px);}
}