From 67d366c3cac85188899f24fc9b377098433a8204 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Sun, 15 Jan 2023 21:58:09 +0900 Subject: [PATCH] =?UTF-8?q?fix(client):=20=E3=82=A8=E3=83=A9=E3=83=BC?= =?UTF-8?q?=E7=94=BB=E5=83=8F=E8=A1=A8=E7=A4=BA=E5=B4=A9=E3=82=8C=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(#9599)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/global/MkError.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/frontend/src/components/global/MkError.vue b/packages/frontend/src/components/global/MkError.vue index 8205dad41..d412934a3 100644 --- a/packages/frontend/src/components/global/MkError.vue +++ b/packages/frontend/src/components/global/MkError.vue @@ -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;