From 2aa35e2c108f954949ec001f1e33846379e7cc98 Mon Sep 17 00:00:00 2001 From: untir_l <87096069+untir-l@users.noreply.github.com> Date: Sat, 11 Jun 2022 21:13:23 +0530 Subject: Web: canvas now updates on the fly based on input Also some other minor changes to thw web README.md and the Makefile, and making some stuff const where they weren't throughout the lib/ tree as well. --- web/hitomezashi_web_shell.html | 164 ++++++++++++++++++++--------------------- 1 file changed, 79 insertions(+), 85 deletions(-) (limited to 'web/hitomezashi_web_shell.html') diff --git a/web/hitomezashi_web_shell.html b/web/hitomezashi_web_shell.html index a774f1e..e0e23d4 100644 --- a/web/hitomezashi_web_shell.html +++ b/web/hitomezashi_web_shell.html @@ -1,90 +1,84 @@ - - - - - Hitomezashi - - - -

See the README for information.

-
-

-

-

-

-

-

-

-
-
- -
- - - {{{ SCRIPT }}} - - + form>p { + display: table-row; + } + + form>p>label { + display: table-cell; + } + + form>p>label>input { + display: table-cell; + } + + button#downloadCanvas { + display: block; + margin: 0 auto; + } + + p#info { + text-align: center; + } + + p#info>a { + margin-left: 1ex; + margin-right: 1ex; + } + + + + +
+

+

+

+

+

+

+
+ + + + {{{ SCRIPT }}} + + + \ No newline at end of file -- cgit v1.2.3-57-g22cb