From 5fb01c901f36cb911299ce5bca2cdd6accbeed95 Mon Sep 17 00:00:00 2001 From: tim h Date: Thu, 30 Mar 2023 17:49:59 -0500 Subject: [PATCH] fixes send to buttons, moves smooth rendering option --- css/index.css | 4 +++- index.html | 13 +++---------- js/index.js | 2 +- pages/configuration.html | 23 ++++++++++++++++++++++- 4 files changed, 29 insertions(+), 13 deletions(-) diff --git a/css/index.css b/css/index.css index a6b4cfb..567e078 100644 --- a/css/index.css +++ b/css/index.css @@ -132,6 +132,7 @@ body { min-width: 360px; width: 360px; + /* min-height: 250px; */ color: var(--c-text); @@ -182,7 +183,8 @@ body { #page-overlay { border: 0; - max-height: 400px; + min-height: 200px; + max-height: 600px; width: 100%; height: 100%; diff --git a/index.html b/index.html index 890cb66..c7a80e1 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + @@ -194,13 +194,6 @@ value="0" step="1" onchange="changeMaskBlur()" /> -
- - @@ -251,7 +244,7 @@
- Alpha release v0.0.15 + Alpha release v0.0.15.1 (20230330.001)
- +