style: style the table of accounts
This commit is contained in:
parent
0cc555682e
commit
d8ca8ea4a2
1 changed files with 8 additions and 8 deletions
|
@ -136,13 +136,14 @@ const description =
|
||||||
to your fedi account provider.
|
to your fedi account provider.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>If you're on Mastodon, this functionality is found in:</p>
|
||||||
<p>
|
<p>
|
||||||
If you're on Mastodon, this functionality is found in:<br /><small
|
<strong>Preferences</strong> → <strong>Import and export</strong> →
|
||||||
>Preferences -> Import and export -> Import</small
|
<strong>Import</strong>
|
||||||
>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Full <code>.csv</code> content</h2>
|
<h2>Full <code>.csv</code> content</h2>
|
||||||
|
<br />
|
||||||
|
|
||||||
<Code code={importedCode} />
|
<Code code={importedCode} />
|
||||||
|
|
||||||
|
@ -156,16 +157,15 @@ const description =
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
td span {
|
|
||||||
font-size: small;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table-container {
|
.table-container {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
table th,
|
table th,
|
||||||
table td {
|
table td {
|
||||||
padding: 0.5em;
|
padding: 1rem;
|
||||||
border: 1px solid gray;
|
border-radius: 5px;
|
||||||
|
background: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue