diff --git a/html/css/main.css b/html/css/main.css index 8ad0ab1..cfcd7b6 100644 --- a/html/css/main.css +++ b/html/css/main.css @@ -18,7 +18,6 @@ body { margin: 0; padding: 0; font-family: system-ui, -apple-system, sans-serif; - overflow-x: hidden; } .debug { @@ -106,7 +105,6 @@ body.debug-mode fieldset legend { font-weight: 400; line-height: 1.5; box-sizing: border-box; - overflow: hidden; } .footer { diff --git a/html/index.html b/html/index.html index 3b68016..c4c06d6 100644 --- a/html/index.html +++ b/html/index.html @@ -51,31 +51,30 @@
-
+
-
-
-
-
diff --git a/html/js/main.js b/html/js/main.js index 704922d..a594426 100644 --- a/html/js/main.js +++ b/html/js/main.js @@ -25,6 +25,7 @@ const EpdCmd = { const canvasSizes = [ { name: '1.54_152_152', width: 152, height: 152 }, { name: '1.54_200_200', width: 200, height: 200 }, + { name: '2.13_212_104', width: 212, height: 104 }, { name: '2.13_250_122', width: 250, height: 122 }, { name: '2.66_296_152', width: 296, height: 152 }, { name: '2.9_296_128', width: 296, height: 128 },