From 963b0db3d3f633ac45321d50f5d98bb60e3a59ee Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 19 Feb 2019 03:38:34 +0900 Subject: コンポーネント整理 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/app/common/views/components/user-list.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'src/client/app/common') diff --git a/src/client/app/common/views/components/user-list.vue b/src/client/app/common/views/components/user-list.vue index 48ca54666f..80f43908f4 100644 --- a/src/client/app/common/views/components/user-list.vue +++ b/src/client/app/common/views/components/user-list.vue @@ -4,13 +4,13 @@ -
+

{{ $t('no-users') }}

-
+

@{{ user | acct }}

@@ -98,6 +98,18 @@ export default Vue.extend({ > .user > .body > .description display none + &.iconOnly + padding 12px + + > .user + display inline-block + padding 0 + border-bottom none + + > .avatar + display inline-block + margin 4px + > .no-users text-align center color var(--text) -- cgit v1.2.3-freya