client: improved drag-and-drop styles for mobile
This commit is contained in:
parent
6c0c45091f
commit
a251d7f764
2 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue