From 4215b64f2694a3e4d6fc70315b2abfb37cc36496 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 2 Aug 2023 22:52:45 -0400 Subject: better sinusoidal noise among other things --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index a748cf4..d14afb2 100644 --- a/index.html +++ b/index.html @@ -126,6 +126,16 @@ max-height: 1.2em; vertical-align: middle; } + input[type="checkbox"] { + margin: 0; + } + .widget input[data-is-int="true"] { + font-size: 1em; + padding: 0; + line-height: 1; + border-width: 1px; + width: 5em; + } .widget { display: block; border-bottom: 2px solid #777; -- cgit v1.2.3