fix: fixed status button for mobile
This commit is contained in:
@ -11,6 +11,7 @@
|
|||||||
background-color: var(--mantine-color-dark-6);
|
background-color: var(--mantine-color-dark-6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
width: fit-content;
|
||||||
@media (max-width: 48em) {
|
@media (max-width: 48em) {
|
||||||
width: 80vw;
|
width: 80vw;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,9 +12,7 @@ const CreateStatusButton = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack>
|
<Stack>
|
||||||
<Box
|
<Box className={styles.container}>
|
||||||
className={styles.container}
|
|
||||||
style={{ width: "fit-content", minWidth: "auto" }}>
|
|
||||||
<InPlaceInput
|
<InPlaceInput
|
||||||
placeholder={"Название колонки"}
|
placeholder={"Название колонки"}
|
||||||
onComplete={onCreateStatus}
|
onComplete={onCreateStatus}
|
||||||
|
|||||||
Reference in New Issue
Block a user