0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 01:32:47 +00:00

use js for it

This commit is contained in:
Víctor Losada Hernández
2025-05-22 23:29:08 +02:00
parent 03527a1f95
commit 9adf6dee61
2 changed files with 13 additions and 11 deletions

View File

@@ -108,9 +108,4 @@
span { padding : 2px 5px; }
}
}
@container editor (width < 683px) {
.editor .codeEditor { height : calc(100% - 51px);}
.homePage .editor .codeEditor { height : calc(100% - 25px);}
}