uptownhr / hackable

Personal site starter for NodeJS developers
http://hackable.penguin.ws
24 stars 10 forks source link

Create collapse/expande able, sidebar in admin #42

Closed uptownhr closed 8 years ago

uptownhr commented 8 years ago

From the admin, create a button on the right side of the screen that can be clicked on to expand and collapse. Use bootstrap classes to accomplish this.

uptownhr commented 8 years ago

css,

position: fixed top: 0 right: 0 width: 0 bottom: 0

with class, toggle width from 0 to 20%