If you have Stylus (or any other tool that allows you to use custom CSS, but myself I use Stylus), you can create a new style and just paste this into it to see how your change would look/feelThe manual is a brilliant help, but if you can, if it's not too much work, please can you make the left hand contents static so when scrolling down the page, they stay visible.
Code:
@-moz-document domain("docs.rainmeter.net") {#menu {position: sticky;}}
IMO, if that part is ever to get modernized, position: fixed should be the way to go, the navigation bar will always stick to the left and you can scroll through it too (you can try it by modifying the code above too and see). You'll notice the big problem though, the docs-content has to be refactored from 0 cause it's not built for this.
Statistics: Posted by Jeff — 21 minutes ago — Replies 106 — Views 107891