Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am having a issue with my Mirror not running full screen. Raspian is full screen when not MM is not running.
How do I get the modules to go to the outside of the screen.
This is from VNC, but my MM does it both with and without vnc.
@wwrgsww
Put this in your custom.css file. Adjust accordingly.
body { margin: 20px; /* This will give you a 20px border. */ height: calc(100% - 40px); width: calc(100% - 40px); }
Thank you!
@wwrgsww You’re welcome. Enjoy your mirror!