From ccfb32a05ba6187f513ca4f0c3ae33fd9737780b Mon Sep 17 00:00:00 2001 From: kiichan Date: Sat, 25 Apr 2020 01:10:55 -0500 Subject: [PATCH] Added ignoring capabilities --- picker.html | 126 ++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 97 insertions(+), 29 deletions(-) diff --git a/picker.html b/picker.html index ceee5cc..e1735ea 100644 --- a/picker.html +++ b/picker.html @@ -7,44 +7,112 @@ tr { height: 30px; } + label { + text-align: center; + display: block; + } + textarea { + display: block; + width: 100%; + } + .main { + width:50vw; + padding-top:10vw; + margin:auto; + display:block; + } + .footer { + width:50vw; + position: fixed; + bottom: 5vh; + left: 25vw; + } -
- - - - - - - - - - - - - - - - - - - - - - -
-
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ +