- commit
- fcb9c993c32c78f9683ae164c23ab91737e056f5
- parent
- 1bf9e80c22ae39e6e3b899738bf0555858a56d80
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-09 19:29
tweak form layout
Diffstat
| M | index.html | 2 | +- |
| M | style.css | 4 | +++- |
2 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html
@@ -9,7 +9,7 @@ 9 9 <body> 10 10 <form class="loader"> 11 11 <input name="file" type="file">12 -1 <input name="width" type="number" value="80">-1 12 <input name="width" type="number" value="80" size="5"> 13 13 <button>Load</button> 14 14 </form> 15 15 <canvas></canvas>
diff --git a/style.css b/style.css
@@ -27,8 +27,10 @@ canvas {
27 27 }
28 28
29 29 .loader {
-1 30 display: flex;
30 31 padding: 0.2em;
31 -1 text-align: center;
-1 32 gap: 0.2em;
-1 33 justify-content: center;
32 34 }
33 35
34 36 .palette {