-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature - mobile friendliness #33
base: master
Are you sure you want to change the base?
Conversation
…feature/mobile # Conflicts: # src/modules/Guitar/Guitar.less Add support for better rendering instruments with odd number of strings
Fix issue with guitar overflow
<div className="fretDot fretDot-bottom ninthFret"></div> | ||
<div className="fretDot fretDot-bottom twelthFret"></div> | ||
<div className="fretDot fretDot-bottom fifteenthFret"></div> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the above 2 blocks deliberately duplicated? Just trying to understand what is the reason for this. Would be nice to add a screenshot or two for the changes you re introducing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates to make the application, especially the guitar view, more friendly for mobile users