fix: account username changing
This commit is contained in:
parent
65f59100ce
commit
08505c2403
4 changed files with 40 additions and 5 deletions
|
@ -189,7 +189,7 @@ and show_community and community.id != config.town_square or question %}
|
|||
selector_type="username") }}
|
||||
</a>
|
||||
|
||||
<div class="flex flex-col w-full gap-1">
|
||||
<div class="flex flex-col w-full gap-1 post_right">
|
||||
<div class="flex flex-wrap gap-2 items-center">
|
||||
<span class="name"
|
||||
>{{ self::full_username(user=owner) }}</span
|
||||
|
@ -242,7 +242,7 @@ and show_community and community.id != config.town_square or question %}
|
|||
{{ self::post_media(upload_ids=post.uploads) }} {% else %}
|
||||
<details>
|
||||
<summary
|
||||
class="card flex gap-2 items-center tertiary red w-full"
|
||||
class="card flex gap-2 flex-wrap items-center tertiary red w-full"
|
||||
>
|
||||
{{ icon "triangle-alert" }}
|
||||
<b>{{ post.context.content_warning }}</b>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue