From 1d79fc9092bd658764868d3f02ed4a165b43cfcc Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Tue, 6 May 2025 16:16:22 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/global/MkResult.vue | 29 ++++++++++++++++--- packages/frontend/src/pages/not-found.vue | 2 +- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/packages/frontend/src/components/global/MkResult.vue b/packages/frontend/src/components/global/MkResult.vue index 51cf8a860a..6990d69bd3 100644 --- a/packages/frontend/src/components/global/MkResult.vue +++ b/packages/frontend/src/components/global/MkResult.vue @@ -4,10 +4,29 @@ SPDX-License-Identifier: AGPL-3.0-only --> @@ -38,7 +57,9 @@ const props = defineProps<{ } .icon { - font-size: 24px; + width: 64px; + height: 64px; margin: 0 auto; + color: var(--MI_THEME-accent); } diff --git a/packages/frontend/src/pages/not-found.vue b/packages/frontend/src/pages/not-found.vue index 305518f64a..ba871420fe 100644 --- a/packages/frontend/src/pages/not-found.vue +++ b/packages/frontend/src/pages/not-found.vue @@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only -->