You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user