You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eventually there is a point where the dynamic resizing seems to break and is in between mobile and desktop modes with a blank space on the left, none on the right, and the wallet info on the bottom.
fix sidebar blank space thats replacing the synths rows, its happening while resizing
The text was updated successfully, but these errors were encountered:
This comment has to be read in context of issue 164 (#164) and 166 (#166). They are all about the way the page resizes. Fixing one without thinking about the others is not going to lead to good results.
The person fixing this issue needs to open the website and shrink the page width slowly from widescreen to mobile and see where it breaks or changes in how the site is viewed. The wide side has 3 columns: left, center, and right. As the page width shrinks they should act uniformly according to how @blokku-chan has imagined it. At some point the mode will need to flip into a mobile mode for narrow screens, maybe with an in between mode for 4:3 or something. Right now there are places (like the above image) where that changes inconsistently and one of the columns just disappears for a moment.
If the person fixing this has questions then they can ask, but they should be reading the full comments I made because I'm not looking at any of this in a vacuum.
Eventually there is a point where the dynamic resizing seems to break and is in between mobile and desktop modes with a blank space on the left, none on the right, and the wallet info on the bottom.
The text was updated successfully, but these errors were encountered: