From 6258ce75b7ae97584100ecccdf0a7cd0225da7b2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 27 Oct 2020 18:11:41 +0900 Subject: Reversi (#6765) * wip * wip * wip * wip * Update game.setting.vue * wip * wip * Update game.setting.vue * wip * Update game.board.vue * wip * Update sidebar.ts --- src/client/components/notification.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/components/notification.vue') diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index db6d8ad167..c85457a56d 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -20,7 +20,7 @@
{{ notification.header }} - +
@@ -260,7 +260,7 @@ export default defineComponent({ overflow: hidden; } - > .mk-time { + > .time { margin-left: auto; font-size: 0.9em; } -- cgit v1.2.3-freya