Fix layout issues

This commit is contained in:
Harrison Cramer
2023-09-11 09:31:16 -04:00
parent cb99fd2ead
commit 35f0903088

View File

@@ -103,13 +103,13 @@ M.create_layout = function()
position = "50%", position = "50%",
relative = "editor", relative = "editor",
size = { size = {
width = 100, width = "90%",
height = 80, height = "70%",
}, },
}, },
Layout.Box({ Layout.Box({
Layout.Box(title_popup, { size = { height = 3 } }), Layout.Box(title_popup, { size = { height = 3 } }),
Layout.Box(description_popup, { size = "50%" }), Layout.Box(description_popup, { size = "100%" }),
}, { dir = "col" }) }, { dir = "col" })
) )