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/pages/messaging/index.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/client/pages/messaging') diff --git a/src/client/pages/messaging/index.vue b/src/client/pages/messaging/index.vue index f62a33b866..6538ce3e73 100644 --- a/src/client/pages/messaging/index.vue +++ b/src/client/pages/messaging/index.vue @@ -15,12 +15,12 @@
{{ message.group.name }} - +
@{{ acct(isMe(message) ? message.recipient : message.user) }} - +

{{ $t('you') }}:{{ message.text }}

@@ -50,8 +50,6 @@ export default defineComponent({ MkButton }, - inject: ['navHook'], - data() { return { INFO: { @@ -245,7 +243,7 @@ export default defineComponent({ margin: 0 8px; } - > .mk-time { + > .time { margin: 0 0 0 auto; } } -- cgit v1.2.3-freya