New payouts system (#1456)

* initial

* finish withdraw page

* Finish frontend

* Fix UI a bit

* tester fixes
This commit is contained in:
Geometrically
2023-12-05 12:13:27 -07:00
committed by GitHub
parent 1f58aebb2b
commit 2d14e5682d
16 changed files with 691 additions and 670 deletions

View File

@@ -268,7 +268,7 @@
@media screen and (max-width: 750px) {
&:not(&.small) {
flex-direction: column;
align-items: start;
align-items: flex-start;
.stylized-toggle {
flex-basis: 0;
@@ -339,7 +339,7 @@
.adjacent-input,
&.adjacent-input &:not(&.small) {
flex-direction: column;
align-items: start;
align-items: flex-start;
}
}
}