profile pic on mobile

This commit is contained in:
rimu 2024-12-07 10:22:23 +13:00
parent 13ab19d91b
commit 5820a710f7

View file

@ -36,7 +36,7 @@
<li class="breadcrumb-item active">{{ user.display_name()|shorten }}</li>
</ol>
</nav>
<div class="col-2">
<div class="col-3 col-md-2">
{% if low_bandwidth %}
<img class="community_icon_big rounded-circle" src="{{ user.avatar_image() }}" alt="{{ _('Profile pic') }}" />
{% else %}
@ -49,7 +49,7 @@
{% endif %}
{% endif %}
</div>
<div class="col-10">
<div class="col-9 col-md-10">
<h1 class="mt-3">{{ user.display_name() if user.is_local() else user.display_name() + ', ' + user.ap_id }}
{% if current_user.is_authenticated %}
{% include 'user/_notification_toggle.html' %}