Conversation
There was a problem hiding this comment.
In your demo, the background colors are not aligned. The button's background color is #fff, but the toolbar's is #f8f8f8
|
Thanks for your pull request! I really like it, but please have a look at the comments. Best |
|
Thanks for the feedback Fabian :] The only thing that still bothers me is the jumpy loading if the toolbar is turned on when the page loads... I tried moving the init code outside document.load with pure JS, but it didn't help either :( Any tips for minimizing that annoying jumpiness? Demo page is still online with the new mods. |
|
I was browsing to have some sort of hide / show functionality. Probably this is the PR I am looking for. |
|
+1 |
I really miss the ability to toggle the toolbar... Visible/hidden is stored in a cookie, so it won't reappear after page load.
Here's a working demo: http://static.lazos.me
Having it on the top is also strange (for me at least), but that can be easily fixed with CSS only :]