mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
profile pic on mobile
This commit is contained in:
parent
13ab19d91b
commit
5820a710f7
1 changed files with 2 additions and 2 deletions
|
@ -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' %}
|
||||
|
|
Loading…
Add table
Reference in a new issue