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

View File

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