Fix layout issues
This commit is contained in:
@@ -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" })
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user