From eed3e2f43b6cb532d8869d749052daaa24447231 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Thu, 15 Jun 2023 21:42:31 -0700 Subject: [PATCH] Mobile input assist for age gate page --- web/templates/account/age_gate.html | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/web/templates/account/age_gate.html b/web/templates/account/age_gate.html index e7352a5..124786a 100644 --- a/web/templates/account/age_gate.html +++ b/web/templates/account/age_gate.html @@ -48,6 +48,10 @@ name="dob" id="dob" required> +

+ On mobile and scrolling for your year is tedious? + Click to type your birthdate instead. +

@@ -68,12 +72,22 @@