mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
update base cmdinput height
This commit is contained in:
parent
8ffd537bb7
commit
80675f8c0f
@ -4,7 +4,7 @@
|
|||||||
// magical layout constants to power TypeScript calculations
|
// magical layout constants to power TypeScript calculations
|
||||||
// these need to match the CSS (usually margins, paddings, positions, etc.)
|
// these need to match the CSS (usually margins, paddings, positions, etc.)
|
||||||
let MagicLayout = {
|
let MagicLayout = {
|
||||||
CmdInputHeight: 92, // height of full cmd-input div
|
CmdInputHeight: 101, // height of full cmd-input div
|
||||||
CmdInputBottom: 12, // .cmd-input
|
CmdInputBottom: 12, // .cmd-input
|
||||||
|
|
||||||
LineHeaderHeight: 46, // .line-header
|
LineHeaderHeight: 46, // .line-header
|
||||||
|
Loading…
Reference in New Issue
Block a user