add: hide posts from users who have blocked you from timelines
This commit is contained in:
parent
22ae479bd7
commit
8de5c0ea76
10 changed files with 84 additions and 81 deletions
|
@ -1138,7 +1138,7 @@ show_kick=false, secondary=false) -%}
|
|||
|
||||
<div
|
||||
class="flex justify-center flex-col"
|
||||
style="{% if show_menu or show_kick -%}width: 60%{% else %}max-width: 200px{%- endif %}"
|
||||
style="{% if show_menu or show_kick -%}width: 60%{% else %}max-width: 150px{%- endif %}"
|
||||
>
|
||||
{{ self::full_username(user=user) }}
|
||||
<div class="user_status">{{ self::user_status(other_user=user) }}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue