summaryrefslogtreecommitdiff
path: root/src/client/components/notification.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-10-27 18:11:41 +0900
committerGitHub <noreply@github.com>2020-10-27 18:11:41 +0900
commit6258ce75b7ae97584100ecccdf0a7cd0225da7b2 (patch)
tree9b969daf7cd37a06c993b20a536b7821466b256c /src/client/components/notification.vue
parentUpdate popup animation (diff)
downloadsharkey-6258ce75b7ae97584100ecccdf0a7cd0225da7b2.tar.gz
sharkey-6258ce75b7ae97584100ecccdf0a7cd0225da7b2.tar.bz2
sharkey-6258ce75b7ae97584100ecccdf0a7cd0225da7b2.zip
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
Diffstat (limited to 'src/client/components/notification.vue')
-rw-r--r--src/client/components/notification.vue4
1 files changed, 2 insertions, 2 deletions
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 @@
<header>
<MkA v-if="notification.user" class="name" :to="userPage(notification.user)" v-user-preview="notification.user.id"><MkUserName :user="notification.user"/></MkA>
<span v-else>{{ notification.header }}</span>
- <MkTime :time="notification.createdAt" v-if="withTime"/>
+ <MkTime :time="notification.createdAt" v-if="withTime" class="time"/>
</header>
<MkA v-if="notification.type === 'reaction'" class="text" :to="notePage(notification.note)" :title="getNoteSummary(notification.note)">
<Fa :icon="faQuoteLeft"/>
@@ -260,7 +260,7 @@ export default defineComponent({
overflow: hidden;
}
- > .mk-time {
+ > .time {
margin-left: auto;
font-size: 0.9em;
}