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;
|
||||
outline: none;
|
||||
transition: border 0.24s ease-in-out;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.error {
|
||||
|
|
|
@ -29,7 +29,6 @@ const Title = ({ setTitle, title }: props) => {
|
|||
height={"55px"}
|
||||
font={1.5}
|
||||
label="Post title"
|
||||
marginLeft={'var(--gap)'}
|
||||
style={{ width: "100%" }}
|
||||
/>
|
||||
</ShiftBy>
|
||||
|
|
Loading…
Reference in a new issue