jamesplease / gistbook

[No longer hosted] A place to write about technical subjects on the web.
MIT License
88 stars 16 forks source link

Adds sticky loader when transitioning pages. #332

Closed jamesplease closed 9 years ago

jamesplease commented 9 years ago

Resolves #272

Todo:

Answer to 1:

It likely moves over because the body's min-width no longer pushes it those few pixels over. When the browser window is < the size of Gistbook's width, it will do the shift. Removing the min-width fixes the problem.

jamesplease commented 9 years ago

I'm going to add the sticky feature later, so this PR is closed 'til then.