diff --git a/src/app/magiclayout.ts b/src/app/magiclayout.ts index 31d9a745c..8b7ed71e8 100644 --- a/src/app/magiclayout.ts +++ b/src/app/magiclayout.ts @@ -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