[Client] Fix #3321

This commit is contained in:
syuilo 2019-01-21 21:03:55 +09:00
parent c93fe423ea
commit 2df2cf0983
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 0 additions and 6 deletions

View File

@ -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>