From 5da96a8f0a006f28440194001b7284998ae7c2d5 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Wed, 30 Mar 2022 21:22:55 -0700 Subject: [PATCH] client: fix expiration input on small screens --- client/components/new-post/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/new-post/index.tsx b/client/components/new-post/index.tsx index 0d5ed9ec..604d03d0 100644 --- a/client/components/new-post/index.tsx +++ b/client/components/new-post/index.tsx @@ -178,7 +178,7 @@ const Post = () => { id: generateUUID() }]) }} - style={{ flex: .5, lineHeight: '40px' }} + style={{ flex: .7, lineHeight: '40px' }} type="default" > Add a File @@ -190,7 +190,7 @@ const Post = () => { }}> {} + customInput={} placeholderText="Won't expire" selected={expiresAt} showTimeInput={true}