From a251d7f7646a18b07cc6c760fb3ffd062b36395e Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Fri, 11 Mar 2022 15:49:45 -0800 Subject: [PATCH] client: improved drag-and-drop styles for mobile --- .../components/new-post/drag-and-drop/drag-and-drop.module.css | 1 + client/components/new-post/title/index.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/new-post/drag-and-drop/drag-and-drop.module.css b/client/components/new-post/drag-and-drop/drag-and-drop.module.css index c9b1695..1277720 100644 --- a/client/components/new-post/drag-and-drop/drag-and-drop.module.css +++ b/client/components/new-post/drag-and-drop/drag-and-drop.module.css @@ -19,6 +19,7 @@ border-style: dashed; outline: none; transition: border 0.24s ease-in-out; + cursor: pointer; } .error { diff --git a/client/components/new-post/title/index.tsx b/client/components/new-post/title/index.tsx index 03fe1a0..da733bd 100644 --- a/client/components/new-post/title/index.tsx +++ b/client/components/new-post/title/index.tsx @@ -29,7 +29,6 @@ const Title = ({ setTitle, title }: props) => { height={"55px"} font={1.5} label="Post title" - marginLeft={'var(--gap)'} style={{ width: "100%" }} />