From 3aa6aace8cbb932ffe1d5b7dc9df651ff2abb9ed Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 17 Mar 2024 02:22:02 +0200 Subject: [PATCH] Less claustrophobic extension management modal --- public/scripts/extensions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/extensions.js b/public/scripts/extensions.js index daf115838..8bc3f8769 100644 --- a/public/scripts/extensions.js +++ b/public/scripts/extensions.js @@ -604,7 +604,7 @@ async function showExtensionsDetails() { ${htmlDefault} ${htmlExternal} `; - popupPromise = callPopup(`
${html}
`, 'text'); + popupPromise = callPopup(`
${html}
`, 'text', '', { okButton: 'Close', wide: true, large: true }); } catch (error) { toastr.error('Error loading extensions. See browser console for details.'); console.error(error);