travisjupp / reddit-client

Reddit client
3 stars 0 forks source link

Status spinners #20

Open travisjupp opened 1 month ago

travisjupp commented 1 month ago

Media component missing spinners on modals

travisjupp commented 1 month ago

Vertically align Post components' spinners; currently displaying at the top of the viewport.

Possibly wrap in a div that's the vertical height of a users visible screen area.

Units: 100vh or % ?

travisjupp commented 1 month ago

To properly center the spinner, subtract height of the nav-bar from the viewport height. Currently it renders just below the center of the page.