summaryrefslogtreecommitdiff
path: root/src/client/components/notification.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-08-09 15:51:02 +0900
committerGitHub <noreply@github.com>2020-08-09 15:51:02 +0900
commit69d9aa71f25ab06d8024b04ce341909425d053d6 (patch)
tree868ac53c1de7ea628a464ab277ee3aa573fdb24b /src/client/components/notification.vue
parent:v: (diff)
downloadmisskey-69d9aa71f25ab06d8024b04ce341909425d053d6.tar.gz
misskey-69d9aa71f25ab06d8024b04ce341909425d053d6.tar.bz2
misskey-69d9aa71f25ab06d8024b04ce341909425d053d6.zip
Full view mode (#6636)
* wuip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update folder.vue * wip * Update size.ts * wip * wip * Update index.vue * wip
Diffstat (limited to 'src/client/components/notification.vue')
-rw-r--r--src/client/components/notification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue
index 9e4806f05f..71ac963a58 100644
--- a/src/client/components/notification.vue
+++ b/src/client/components/notification.vue
@@ -1,5 +1,5 @@
<template>
-<div class="qglefbjs" :class="notification.type" v-size="[{ max: 500 }, { max: 600 }]">
+<div class="qglefbjs" :class="notification.type" v-size="{ max: [500, 600] }">
<div class="head">
<mk-avatar v-if="notification.user" class="icon" :user="notification.user"/>
<img v-else class="icon" :src="notification.icon" alt=""/>