improve other-actions again
This commit is contained in:
parent
bb044315cd
commit
f8a5918fc8
2 changed files with 13 additions and 13 deletions
|
|
@ -39,16 +39,6 @@
|
|||
</router-link>
|
||||
<div class="user-summary">
|
||||
<div class="top-line">
|
||||
<router-link
|
||||
:to="userProfileLink(user)"
|
||||
class="user-name"
|
||||
>
|
||||
<RichContent
|
||||
:title="user.name"
|
||||
:html="user.name"
|
||||
:emoji="user.emoji"
|
||||
/>
|
||||
</router-link>
|
||||
<div class="other-actions">
|
||||
<button
|
||||
v-if="!isOtherUser && user.is_local"
|
||||
|
|
@ -100,6 +90,16 @@
|
|||
/>
|
||||
</button>
|
||||
</div>
|
||||
<router-link
|
||||
:to="userProfileLink(user)"
|
||||
class="user-name"
|
||||
>
|
||||
<RichContent
|
||||
:title="user.name"
|
||||
:html="user.name"
|
||||
:emoji="user.emoji"
|
||||
/>
|
||||
</router-link>
|
||||
</div>
|
||||
<div class="bottom-line">
|
||||
<div class="user-screen-name">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue