diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-23 16:10:13 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-23 16:10:13 +0900 |
| commit | cc441258dbf8c60786c6eb6c70f9b8a45622037f (patch) | |
| tree | 1c44bc81f090586cc5529bafef95933c0790f73b /packages/client/src/components | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | misskey-cc441258dbf8c60786c6eb6c70f9b8a45622037f.tar.gz misskey-cc441258dbf8c60786c6eb6c70f9b8a45622037f.tar.bz2 misskey-cc441258dbf8c60786c6eb6c70f9b8a45622037f.zip | |
enhance(client): tweak channel pages
Diffstat (limited to 'packages/client/src/components')
| -rw-r--r-- | packages/client/src/components/ui/pagination.vue | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/client/src/components/ui/pagination.vue b/packages/client/src/components/ui/pagination.vue index 00200efd3c..64af4a54f7 100644 --- a/packages/client/src/components/ui/pagination.vue +++ b/packages/client/src/components/ui/pagination.vue @@ -5,7 +5,12 @@ <MkError v-else-if="error" @retry="init()"/> <div v-else-if="empty" key="_empty_" class="empty"> - <slot name="empty"></slot> + <slot name="empty"> + <div class="_fullinfo"> + <img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/> + <div>{{ $ts.nothing }}</div> + </div> + </slot> </div> <div v-else class="cxiknjgy"> |