1
0

polish: withdraw flow fixes (#4713)

* fix: negative value stuff

* fix: mobile responsiveness for modal min-w

* feat: better error handling on withdraw

* fix: empty state positioning + svg sizing

* fix: title case -> sentence case

* fix: re-add virtual visa under gift cards

* fix: hide <1% segments
This commit is contained in:
Calum H.
2025-11-04 21:29:47 +00:00
committed by GitHub
parent 6e47de06bb
commit f054f39c5d
9 changed files with 285 additions and 121 deletions

View File

@@ -314,7 +314,7 @@ function handleKeyDown(event: KeyboardEvent) {
transition: none !important;
}
@media screen and (max-width: 650px) {
@media screen and (max-width: 640px) {
width: calc(100% - 2 * var(--gap-lg));
}
}