On some long-vertical screens, e.g. especially when editing a NZB, I hate having to scroll down to select some files, and then having to scroll all the way to the top to access the selection options ('range', 'invert', 'delete', etc).
So, I've attached a patch that adds the CSS:
Code: Select all
position: fixed;
This way, the left-hand menu always stays on screen, even as you scroll!
I've tested the patch - I ran it from just within the root sabnzbd folder (the patch contains the full path to the gold.css from the root sabnzbd folder)
Tested command:
Code: Select all
patch -p1 < gold.css.patch
I should mention that this is my *first* ever contribution to an open source project!
It's also my first time using diff & patch (just taught myself it today!).
I'm so happy - it's not much for a contribution, but it's my first, on my favourite open-source project, actually adding a useful (but simple) feature!
Woohoo!