theurbanforrest / olomana

1 stars 0 forks source link

[UI] Use bootstrap carousel to present ThreadImages #46

Closed theurbanforrest closed 4 years ago

theurbanforrest commented 4 years ago

Had to actually include the latest bootstrap.css in public/index.html. It's why a lot of the styles were not working, they are working now!!

https://stackoverflow.com/questions/50338860/react-boostrap-carousel-not-working

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">

theurbanforrest commented 4 years ago

Also removed some padding in routes-wrapper which was causing Navigation to show prematurely. Looks like now that we have Bootstrap in place, things will get easier UI-wise.

Carousel is working but height seems to vary - need to figure out a nicer UX in the future.