get10101 / 10101

10101 (Ten-Ten-One): Self-custodial derivative trading at your fingertips.
https://10101.finance
MIT License
124 stars 21 forks source link

fix: don't overflow UI on small screens #2631

Open Restioson opened 2 weeks ago

Restioson commented 2 weeks ago

Addresses #1933 partially. This does remove all overflow on small mobile screens that I could find, but it doesn't make it nice necessarily in all cases (see below...)

Unfortunately, there is still one issue which will be harder to resolve:

Because it may take a bit longer to fix the trade screen, I've opened this PR in the meantime, as these fixes are separate.

holzeis commented 2 weeks ago

Can you add before and after screenshots?

Regarding the trading view. How about adjusting its height proportionally to the available space?

Restioson commented 2 weeks ago

Can you add before and after screenshots?

I can do this

Regarding the trading view. How about adjusting its height proportionally to the available space?

I think that could be a good solution! We can revisit it and make the scroll nice and fancy later if we want.