forked from mirrors/bookwyrm
Avatar display on mobile
This commit is contained in:
parent
6266b58650
commit
057f870997
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<h2 class="title is-4">{% trans "Profile" %}</h2>
|
<h2 class="title is-4">{% trans "Profile" %}</h2>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<label class="label" for="id_avatar">{% trans "Avatar:" %}</label>
|
<label class="label" for="id_avatar">{% trans "Avatar:" %}</label>
|
||||||
<div class="field columns">
|
<div class="field columns is-mobile">
|
||||||
{% if request.user.avatar %}
|
{% if request.user.avatar %}
|
||||||
<div class="column is-narrow">
|
<div class="column is-narrow">
|
||||||
{% include 'snippets/avatar.html' with user=request.user large=True %}
|
{% include 'snippets/avatar.html' with user=request.user large=True %}
|
||||||
|
|
Loading…
Reference in a new issue