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
Making a quick note, that when installing current version0.3.0 in a parent app that uses react-bootstrap the PlayerControlsdisplay: 'flex'; seems to be breaking the mobile view.
Making a quick note, that when installing current version
0.3.0
in a parent app that usesreact-bootstrap
thePlayerControls
display: 'flex';
seems to be breaking the mobile view.Zooming out reveals that the the
PlayerControls
width is effecting the overall layout.When removing flex from
PlayerControls
, it seems to display "ok" , altho needs thinking through and grouping the elements.Anyway, just a note to remember to revisit after PR #70 to see if after that layout change the problem is fixed
The text was updated successfully, but these errors were encountered: