From 959ee5f8d1cb04cb6e8d10988b60c1f4e7b7e688 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Wed, 25 May 2022 12:13:51 -0600 Subject: [PATCH] Improve create market UI (#336) * Move to tailwindui * Remove commented code * Prettier * Show custom prob toggle, limit to 5-95% * match left margin * Show prob, date, time, other ui changes * fix for firefox --- web/pages/create.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/web/pages/create.tsx b/web/pages/create.tsx index f9bbbee5..931abdbf 100644 --- a/web/pages/create.tsx +++ b/web/pages/create.tsx @@ -215,12 +215,16 @@ export function NewContract(props: { question: string; tag?: string }) { isSubmitting={isSubmitting} className={'col-span-4 sm:col-span-3'} > -
+ - % -
+ % + {probErrorText && (