alexanderwallin / react-player-controls

⏯ Dumb and (re)useful React components for media players.
http://alexanderwallin.github.io/react-player-controls/
ISC License
191 stars 35 forks source link

Buttons looks oval to me, not circle #29

Closed ummahusla closed 6 years ago

ummahusla commented 6 years ago

I was reviewing the docs and found out that buttons are not a circle but oval. Not sure if it's a bug or a feature.

ummahusla commented 6 years ago

Made a PR to fix this, if it's a bug.

alexanderwallin commented 6 years ago

Well spotted, @ummahusla! I applied a simpler solution, just applying display: block; to .Icon. Thanks for the improvement.