diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-08-09 15:51:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-09 15:51:02 +0900 |
| commit | 69d9aa71f25ab06d8024b04ce341909425d053d6 (patch) | |
| tree | 868ac53c1de7ea628a464ab277ee3aa573fdb24b /src/client/components/note.sub.vue | |
| parent | :v: (diff) | |
| download | sharkey-69d9aa71f25ab06d8024b04ce341909425d053d6.tar.gz sharkey-69d9aa71f25ab06d8024b04ce341909425d053d6.tar.bz2 sharkey-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/note.sub.vue')
| -rw-r--r-- | src/client/components/note.sub.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/note.sub.vue b/src/client/components/note.sub.vue index fcdb06bd9e..329fb62d53 100644 --- a/src/client/components/note.sub.vue +++ b/src/client/components/note.sub.vue @@ -1,5 +1,5 @@ <template> -<div class="wrpstxzv" :class="{ children }" v-size="[{ max: 450 }]"> +<div class="wrpstxzv" :class="{ children }" v-size="{ max: [450] }"> <div class="main"> <mk-avatar class="avatar" :user="note.user"/> <div class="body"> |