update base cmdinput height

This commit is contained in:
sawka 2023-11-07 01:16:48 -08:00
parent 8ffd537bb7
commit 80675f8c0f

View File

@ -4,7 +4,7 @@
// magical layout constants to power TypeScript calculations
// these need to match the CSS (usually margins, paddings, positions, etc.)
let MagicLayout = {
CmdInputHeight: 92, // height of full cmd-input div
CmdInputHeight: 101, // height of full cmd-input div
CmdInputBottom: 12, // .cmd-input
LineHeaderHeight: 46, // .line-header