summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-01-21 21:03:55 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-01-21 21:03:55 +0900
commit2df2cf098361f89036e772e9f12211612b145073 (patch)
tree40d598179304d2c035d0a0fbc71e65fc1da1b776 /src
parent[API] Fix bug (diff)
downloadmisskey-2df2cf098361f89036e772e9f12211612b145073.tar.gz
misskey-2df2cf098361f89036e772e9f12211612b145073.tar.bz2
misskey-2df2cf098361f89036e772e9f12211612b145073.zip
[Client] Fix #3321
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/pages/user/user.friends.vue6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client/app/desktop/views/pages/user/user.friends.vue b/src/client/app/desktop/views/pages/user/user.friends.vue
index e1cb6dc3f6..b247bca60d 100644
--- a/src/client/app/desktop/views/pages/user/user.friends.vue
+++ b/src/client/app/desktop/views/pages/user/user.friends.vue
@@ -9,7 +9,6 @@
<router-link class="name" :to="friend | userPage" v-user-preview="friend.id">{{ friend.name }}</router-link>
<p class="username">@{{ friend | acct }}</p>
</div>
- <mk-follow-button class="follow-button" :user="friend"/>
</div>
</template>
<p class="empty" v-if="!fetching && users.length == 0">{{ $t('no-users') }}</p>
@@ -110,9 +109,4 @@ export default Vue.extend({
color var(--text)
opacity 0.7
- > .follow-button
- position absolute
- top 16px
- right 16px
-
</style>