abstractionhq / gallery-gateway

đŸ“·Gallery Review System
https://gallerygateway.rit.edu
Apache License 2.0
5 stars 4 forks source link

Adding videos to Voting page #225

Closed kaylaerdmann closed 6 years ago

kaylaerdmann commented 6 years ago

This PR renders vimeo and youtube videos. Example: image

I still recommend testing this out yourself, as a screenshot can't capture all controls.

billdybas commented 6 years ago

LGTM.

If you wanted to change the outlined button, I think you'd need to conditionally set background-color: white; opacity: 1; You can also do nested selectors in styled-components – you could convert the top level div in VotePanel to a styled component and then target the outlined button class w/ those styles.