Increase popup dimensions to 396x720
All checks were successful
check / check (push) Successful in 13s
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:
@@ -13,6 +13,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 360px;
|
width: 396px;
|
||||||
min-height: 600px;
|
min-height: 720px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user