0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 12:32:39 +00:00

fix snippetbar being eaten

This commit is contained in:
Víctor Losada Hernández
2025-04-21 20:45:36 +02:00
parent 9b4047f3f9
commit 2bd0f909f3

View File

@@ -110,6 +110,7 @@
} }
@container editor (width < 553px) { @container editor (width < 683px) {
.editor .codeEditor .CodeMirror { height : calc(100% - 51px);} .editor .codeEditor .CodeMirror { height : calc(100% - 51px);}
.homePage .editor .codeEditor .CodeMirror { height : calc(100% - 25px);}
} }