From cb2f84e551727bd1852ed5fd93777289d3439bbf Mon Sep 17 00:00:00 2001 From: f0x52 Date: Sat, 11 Mar 2023 10:49:44 +0100 Subject: [frontend/fix] Mobile css tweaks (#1605) * mobile css tweaks * bulk process list mobile css --- .../import-export/export-format-table.jsx | 42 +++++++++++----------- .../admin/federation/import-export/form.jsx | 12 +++++-- .../admin/federation/import-export/process.jsx | 37 ++++++++++--------- 3 files changed, 52 insertions(+), 39 deletions(-) (limited to 'web/source/settings/admin') diff --git a/web/source/settings/admin/federation/import-export/export-format-table.jsx b/web/source/settings/admin/federation/import-export/export-format-table.jsx index 72b2db04f..54092944a 100644 --- a/web/source/settings/admin/federation/import-export/export-format-table.jsx +++ b/web/source/settings/admin/federation/import-export/export-format-table.jsx @@ -22,26 +22,28 @@ const React = require("react"); module.exports = function ExportFormatTable() { return ( - - - - - - - - - - - - - - - - - - -
- IncludesImportable by
DomainPublic commentGoToSocialMastodon
+
+ + + + + + + + + + + + + + + + + + +
+ IncludesImportable by
DomainPublic commentGoToSocialMastodon
+
); }; 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} /> -