From ba99ce4f8fbeb5cb18c1e6106e5ad3b0260f146d Mon Sep 17 00:00:00 2001 From: WhoSowSee <167700566+WhoSowSee@users.noreply.github.com> Date: Sun, 21 Sep 2025 06:48:17 +0300 Subject: [PATCH] feat: unify the password input visually when extracting archives (#3179) --- yazi-plugin/preset/plugins/extract.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }