Is it possible to change the width of the main, inputs and status pages? If I create detailed names for my inputs and outputs, there is very little space left to display their values.
I used the Firefox developer tools to inspect the page and see that the #outerContainer style sets a max-width of 600 pixels. If I delete the max-width definition, the page widens to fit my screen and I think it is much more readable.
Can the page width be made to be user adjustable (either drag to resize or configuration setting). Or is it safe for me to remove the SD card and edit the CSS file manually?