diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-29 17:54:50 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-29 17:54:50 +0900 |
| commit | a8083eb52bc268829caa2d5453dec5d9a3c5185f (patch) | |
| tree | 118694743418383793995ebce74d5d16412fc3a0 /src/client/app/mobile | |
| parent | :v: (diff) | |
| download | misskey-a8083eb52bc268829caa2d5453dec5d9a3c5185f.tar.gz misskey-a8083eb52bc268829caa2d5453dec5d9a3c5185f.tar.bz2 misskey-a8083eb52bc268829caa2d5453dec5d9a3c5185f.zip | |
バグ修正など
Diffstat (limited to 'src/client/app/mobile')
| -rw-r--r-- | src/client/app/mobile/views/pages/welcome.vue | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/client/app/mobile/views/pages/welcome.vue b/src/client/app/mobile/views/pages/welcome.vue index 4d236d7aa5..64cfa5a46c 100644 --- a/src/client/app/mobile/views/pages/welcome.vue +++ b/src/client/app/mobile/views/pages/welcome.vue @@ -22,7 +22,7 @@ <mk-welcome-timeline/> </div> <div class="users"> - <mk-avatar class="avatar" :key="user.id" :user="user"/> + <mk-avatar class="avatar" v-for="user in users" :key="user.id" :user="user"/> </div> <footer> <small>{{ copyright }}</small> @@ -183,13 +183,9 @@ export default Vue.extend({ > * display inline-block margin 4px - - > * - display inline-block - width 38px - height 38px - vertical-align top - border-radius 6px + width 38px + height 38px + border-radius 6px > footer text-align center |