Increase popup dimensions to 396x720
All checks were successful
check / check (push) Successful in 13s

10% wider (360→396) and 20% taller (600→720) to prevent
scrollbar appearing when recovery phrase warning is shown.
This commit is contained in:
2026-02-25 15:56:32 +07:00
parent da30c0667f
commit 29d6e7918e

View File

@@ -13,6 +13,6 @@
}
body {
width: 360px;
min-height: 600px;
width: 396px;
min-height: 720px;
}