mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-26 21:56:39 +00:00
minor styling tweaks
This commit is contained in:
parent
c80786014c
commit
e478aeec0b
|
@ -104,15 +104,13 @@ module.exports = function ImportExport() {
|
|||
|
||||
<Route>
|
||||
{parseResult.isSuccess && <Redirect to={`${baseUrl}/list`} />}
|
||||
<h2>Import / Export suspended domains</h2>
|
||||
<div>
|
||||
<h1>Import / Export suspended domains</h1>
|
||||
<p>
|
||||
This page can be used to import and export lists of domains to suspend.
|
||||
Exports can be done in various formats, with varying functionality and support in other software.
|
||||
Imports will automatically detect what format is being processed.
|
||||
</p>
|
||||
<ExportFormatTable />
|
||||
</div>
|
||||
<div className="import-export">
|
||||
<TextArea
|
||||
field={form.domains}
|
||||
|
|
|
@ -713,6 +713,10 @@ button.with-padding {
|
|||
}
|
||||
|
||||
.import-export {
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.export-file {
|
||||
display: flex;
|
||||
gap: 0.7rem;
|
||||
|
@ -721,6 +725,7 @@ button.with-padding {
|
|||
}
|
||||
|
||||
.export-format-table {
|
||||
width: 100%;
|
||||
background: $list-entry-alternate-bg;
|
||||
border-collapse: collapse;
|
||||
|
||||
|
|
Loading…
Reference in a new issue