fix(client): エラー画像表示崩れ修正 (#9599)

This commit is contained in:
Masaya Suzuki 2023-01-15 21:58:09 +09:00 committed by GitHub
parent 1f8f051ee2
commit 67d366c3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ import { i18n } from '@/i18n';
.root {
padding: 32px;
text-align: center;
align-items: center;
}
.text {
@ -29,6 +30,7 @@ import { i18n } from '@/i18n';
.img {
vertical-align: bottom;
width: 128px;
height: 128px;
margin-bottom: 16px;
border-radius: 16px;