I'm glad devmag is around. Reminds of Forrst back in the day. I have a suggestion that I feel would make the site a bit more user friendly and that is to make the header sticky. When navigating through the posts, the pages can get pretty long. Instead of scrolling all the way back up, keep the nav visible.
Modifying these params in the style sheet would do the trick.
.primary-bar
top: 0;
width: 100%;
position: fixed;
.bar-header
top: 66px;
position:fixed;
.floated-content
top:100px;
Syed Fazle Rahman
Building Bug0, an AI-native E2E testing platform for modern apps - co-founder & ceo @ Hashnode
Hi Homer,
It's a good suggestion. We had this feature a few days back. We removed it as it was affecting the performance in mobile devices.
However, we can plan to re-introduce it with improved performance in the newer version towards the end of the month.
Thanks. :)