client: improved drag-and-drop styles for mobile

This commit is contained in:
Max Leiter 2022-03-11 15:49:45 -08:00
parent 6c0c45091f
commit a251d7f764
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA
2 changed files with 1 additions and 1 deletions

View file

@ -19,6 +19,7 @@
border-style: dashed; border-style: dashed;
outline: none; outline: none;
transition: border 0.24s ease-in-out; transition: border 0.24s ease-in-out;
cursor: pointer;
} }
.error { .error {

View file

@ -29,7 +29,6 @@ const Title = ({ setTitle, title }: props) => {
height={"55px"} height={"55px"}
font={1.5} font={1.5}
label="Post title" label="Post title"
marginLeft={'var(--gap)'}
style={{ width: "100%" }} style={{ width: "100%" }}
/> />
</ShiftBy> </ShiftBy>