-
Notifications
You must be signed in to change notification settings - Fork 203
Mobile wizard layout (all steps) on new bug form #2982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Does that mean there are two different versions for desktop and mobile? Instead of one responsive version? |
@munteanu210 ^^ |
@karlcow, there is a single version. The mobile view is all about style updates that make the page responsive. |
I fixed this issue in this commit which is a part of PR #2938. The commit may seem large, but the updates are minor. For example, it adds classes to the elements so that they have specific behavior on mobile. Also, I changed the CSS to be mobile-first as seen on the project. This being said, a large block of desktop overrides was added. |
Implement the wizard layout and content for the main categories, all sub-categories, browser & device selection, following the mobile UI/UX on the new bug form.
The text was updated successfully, but these errors were encountered: