0
0
Fork 0

デザイン調整

This commit is contained in:
Xeltica 2022-01-27 17:27:50 +09:00
parent c717a42bb6
commit ae17ec5777
7 changed files with 64 additions and 39 deletions

View file

@ -31,12 +31,11 @@ export const AccountsPage: React.VFC = () => {
</div>
) : (
<div className="fade vstack">
<div className="card">
<div className="body">
<h1>{t('_accounts.currentAccount')}</h1>
<p>@{data.username}@{data.host}</p>
</div>
</div>
<article>
<p>
<b>{t('_accounts.currentAccount')}:</b> @{data.username}@{data.host}
</p>
</article>
<article className="card">
<div className="body">
<h1>{t('_accounts.switchAccount')}</h1>