From 80675f8c0f7d37cc30327cb8b0a68e0b0d1761e7 Mon Sep 17 00:00:00 2001 From: sawka Date: Tue, 7 Nov 2023 01:16:48 -0800 Subject: [PATCH] update base cmdinput height --- src/app/magiclayout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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