diff --git a/src/pages/Questions/PageOptions/PageOptions.tsx b/src/pages/Questions/PageOptions/PageOptions.tsx index 40a6c17a..23a3fe5f 100644 --- a/src/pages/Questions/PageOptions/PageOptions.tsx +++ b/src/pages/Questions/PageOptions/PageOptions.tsx @@ -52,13 +52,14 @@ export default function PageOptions({ disableInput, totalIndex }: Props) { gap: isMobile ? "25px" : "20px", }} > - + debounced(target.value)} /> + {isMobile ? ( - + + + + + + + + + ) : ( {isMobile ? ( - + + + + + + + + + ) : ( Настройки вопроса - + diff --git a/src/pages/Questions/UploadFile/UploadFile.tsx b/src/pages/Questions/UploadFile/UploadFile.tsx index 6652d8db..cb7a4af8 100644 --- a/src/pages/Questions/UploadFile/UploadFile.tsx +++ b/src/pages/Questions/UploadFile/UploadFile.tsx @@ -70,7 +70,7 @@ export default function UploadFile({ totalIndex }: Props) { flexDirection: "column", }} > - + Настройки вопроса { @@ -49,7 +50,7 @@ export default function SettingsUpload({ totalIndex }: SettingsUploadProps) { }} /> { @@ -58,9 +59,9 @@ export default function SettingsUpload({ totalIndex }: SettingsUploadProps) { }); }} /> - + {