From 29d6e7918e90a096af54e34c63ca7e037e584ced Mon Sep 17 00:00:00 2001 From: sneak Date: Wed, 25 Feb 2026 15:56:32 +0700 Subject: [PATCH] Increase popup dimensions to 396x720 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 10% wider (360→396) and 20% taller (600→720) to prevent scrollbar appearing when recovery phrase warning is shown. --- src/popup/styles/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/popup/styles/main.css b/src/popup/styles/main.css index 46746d9..817334a 100644 --- a/src/popup/styles/main.css +++ b/src/popup/styles/main.css @@ -13,6 +13,6 @@ } body { - width: 360px; - min-height: 600px; + width: 396px; + min-height: 720px; }