summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-02 22:52:45 -0400
committerpommicket <pommicket@gmail.com>2023-08-02 22:52:45 -0400
commit4215b64f2694a3e4d6fc70315b2abfb37cc36496 (patch)
tree1f42a2a479d33bb0e9a5c21fd74478716d8b9d21 /index.html
parentba75c5d98896d95f238976a35526f22af77e2a46 (diff)
better sinusoidal noise among other things
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 10 insertions, 0 deletions
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;