mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix: Delete Block Button
This commit is contained in:
parent
52bdfa7c48
commit
47720e3ce0
@ -70,7 +70,7 @@
|
|||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
</ds-flex>
|
</ds-flex>
|
||||||
<ds-flex v-if="!itsMe" gutter="x-small" style="margin-bottom: 0;">
|
<ds-flex v-if="!itsMe" gutter="x-small" style="margin-bottom: 0;">
|
||||||
<ds-flex-item :width="{ base: 3 }">
|
<ds-flex-item>
|
||||||
<hc-follow-button
|
<hc-follow-button
|
||||||
:follow-id="user.id"
|
:follow-id="user.id"
|
||||||
:is-followed="user.followedByCurrentUser"
|
:is-followed="user.followedByCurrentUser"
|
||||||
@ -78,11 +78,6 @@
|
|||||||
@update="updateFollow"
|
@update="updateFollow"
|
||||||
/>
|
/>
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
<ds-flex-item :width="{ base: 1 }">
|
|
||||||
<ds-button fullwidth>
|
|
||||||
<ds-icon name="user-times" />
|
|
||||||
</ds-button>
|
|
||||||
</ds-flex-item>
|
|
||||||
</ds-flex>
|
</ds-flex>
|
||||||
<!--<ds-space margin-bottom="x-small" />-->
|
<!--<ds-space margin-bottom="x-small" />-->
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user