Use margin: 0 auto for centering canvas in default emscripten shells
- Instead of using width: 100% for shell.html simply center the canvas.
With width: 100% it breaks input when the window do not fits on screen
and on some browsers on first load the canvas do not resizes properly
(tested on qutebrowser)
- Center canvas on minshell with margin auto instead of leaving it in top
left always. I think this is better minimal default and it only repositions
the canvas when it fits inside of window, so when it doesnt the original
behaviour is preserved
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>