From ec143f23ddb1dbd8d91bc9c4cbb0066bd375d879 Mon Sep 17 00:00:00 2001 From: Bruno Cabral Date: Sat, 13 Sep 2025 08:31:00 -0700 Subject: [PATCH] [web] canvas width 100% --- src/shell.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell.html b/src/shell.html index 52bb4b1b4..e6c80a39b 100644 --- a/src/shell.html +++ b/src/shell.html @@ -75,6 +75,7 @@ jwE50AGjLCVuS8Yt4H7OgZLKK5EKOsLviEWJSL/+0uMi7gLUSBseYwqEbXvSHCec1CJvZPyHCmYQffaB canvas.emscripten { border: 0px none; background: black; + width: 100%; } .spinner {