diff options
author | 2023-03-11 10:49:44 +0100 | |
---|---|---|
committer | 2023-03-11 10:49:44 +0100 | |
commit | cb2f84e551727bd1852ed5fd93777289d3439bbf (patch) | |
tree | bb4d3cd8c3ae66a58d939b9252837fe4b7e421ce /web/source/settings/admin/federation/import-export/form.jsx | |
parent | [feature] Provide .well-known/host-meta endpoint (#1604) (diff) | |
download | gotosocial-cb2f84e551727bd1852ed5fd93777289d3439bbf.tar.xz |
[frontend/fix] Mobile css tweaks (#1605)
* mobile css tweaks
* bulk process list mobile css
Diffstat (limited to 'web/source/settings/admin/federation/import-export/form.jsx')
-rw-r--r-- | web/source/settings/admin/federation/import-export/form.jsx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/web/source/settings/admin/federation/import-export/form.jsx b/web/source/settings/admin/federation/import-export/form.jsx index 7b6ad9206..0176b73a2 100644 --- a/web/source/settings/admin/federation/import-export/form.jsx +++ b/web/source/settings/admin/federation/import-export/form.jsx @@ -77,7 +77,8 @@ module.exports = function ImportExportForm({ form, submitParse, parseResult }) { result={parseResult} showError={false} /> - <label className="button"> + <label className="button with-icon"> + <i class="fa fa-fw " aria-hidden="true" /> Import file <input type="file" @@ -93,7 +94,14 @@ module.exports = function ImportExportForm({ form, submitParse, parseResult }) { onClick={() => submitExport("export")} result={exportResult} showError={false} /> - <MutationButton label="Export to file" type="button" onClick={() => submitExport("export-file")} result={exportResult} showError={false} /> + <MutationButton + label="Export to file" + wrapperClassName="export-file-button" + type="button" + onClick={() => submitExport("export-file")} + result={exportResult} + showError={false} + /> <div className="export-file"> <span> as |