Mobile Optimization #8
Loading…
Reference in a new issue
No description provided.
Delete branch "kaiserkiwi/cyber-circle-creator:mobile-optimization"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
I made a few adjustments for smaller viewports. The main goal was to make the API selection usable on mobile as it wasn't readable.
Before:
After:
I cleaned up the code a bit while doing this and reduced code duplication. I also introduced spacing variables that are aware of the viewport width for dynamic spacing.
How to test
Everything should look pretty much the same expect a few spacing differences as I'm using a 8px pattern (8, 16, 24, 32) as is common these days.
The form should be a lot more different as my main focus was this section. It should be fully usable on smaller screens and look quite similar on bigger screens.
Related issues
Closes #4
Closes #5