[Client] Fix #3321
This commit is contained in:
parent
c93fe423ea
commit
2df2cf0983
1 changed files with 0 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue