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
Description
On mobile phones and smaller windows in desktop browsers, the component should be responsive and change layout to accomodate the smaller screen.
To Reproduce:
Use component in project
Resize window
Expected behavior
Have the component resize to a readable format.
The profile info could move above repositories, and the commit-hash could be dropped to add space.
The text was updated successfully, but these errors were encountered:
ResizeObserver looks very promising here. When the screen reaches a certain size we can move profile info to above the repositories, as well as a solid solution to solving issue #2 .
Description
On mobile phones and smaller windows in desktop browsers, the component should be responsive and change layout to accomodate the smaller screen.
To Reproduce:
Use component in project
Resize window
Expected behavior
Have the component resize to a readable format.
The profile info could move above repositories, and the commit-hash could be dropped to add space.
The text was updated successfully, but these errors were encountered: