mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #2193 from Human-Connection/Delete_BlockButton_in_MainPage_PostCard
Fix: Delete Block Button in MainPage PostCards
This commit is contained in:
commit
8bb8bb220d
@ -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