diff --git a/yazi-plugin/preset/plugins/extract.lua b/yazi-plugin/preset/plugins/extract.lua index c7f68919..0c6ae959 100644 --- a/yazi-plugin/preset/plugins/extract.lua +++ b/yazi-plugin/preset/plugins/extract.lua @@ -27,7 +27,7 @@ function M:entry(job) end local value, event = ya.input { - pos = { "center", w = 50 }, + pos = { "top-center", y = 2, w = 50 }, title = string.format('Password for "%s":', from.name), obscure = true, }