From 9194832b0176fcb08a8ab24e4bc50a6f8ca63b18 Mon Sep 17 00:00:00 2001 From: root <> Date: Sun, 27 Apr 2025 10:08:00 +0000 Subject: [PATCH] interface: for particles --- index.html | 30 +++++++++++++++++++----------- sketch.js | 15 ++++++++++++--- 2 files changed, 31 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index c7f8f79..df02afb 100644 --- a/index.html +++ b/index.html @@ -38,8 +38,10 @@ aside > container { flex-wrap: wrap; gap: 12px; } -aside button { +aside button, aside input[type="number"] { font-size: 20px; +} +aside button { min-width: 27px; } aside input[type="checkbox"] { @@ -92,16 +94,21 @@ aside > container > div {