increase size of checkbox on file upload page
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 23 Nov 2019 01:55:19 +0000 (20:55 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 23 Nov 2019 01:55:19 +0000 (20:55 -0500)
At least on newer mobile firefox it is tiny by default and impossible
to hit.

party-upload/upload.html

index f70ecb2..4c9474b 100644 (file)
@@ -10,6 +10,7 @@
       margin: 2rem auto; }
 
       label[for=asap] { font-size: 350%; }
+      input[type=checkbox] { transform: scale(2.5); margin-right: 2em; }
     </style>
   </head>
   <body>