From f33785a09cdb337d437fee656cd91c475d8c893c Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sat, 23 Oct 2021 02:44:52 +0900 Subject: Fix #7902 (#7903) * Fix #7902 * Update notification.vue Co-authored-by: syuilo --- src/client/components/notification.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index bce6333d98..8c2787cf31 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -13,7 +13,8 @@ - + +
-- cgit v1.2.3-freya From 600394458cf4eef9d55e06e0303e1d8ce541b312 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 23 Oct 2021 02:45:25 +0900 Subject: :art: --- src/client/components/updated.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/components/updated.vue b/src/client/components/updated.vue index 5033d866fb..2f92f743e6 100644 --- a/src/client/components/updated.vue +++ b/src/client/components/updated.vue @@ -4,7 +4,7 @@
{{ $ts.misskeyUpdated }}
✨{{ version }}🚀
{{ $ts.whatIsNew }} - {{ $ts.gotIt }} + {{ $ts.gotIt }}
@@ -54,5 +54,9 @@ export default defineComponent({ > .version { margin: 1em 0; } + + > .gotIt { + margin: 8px 0 0 0; + } } -- cgit v1.2.3-freya