quick fix
This commit is contained in:
parent
fa8b2b366d
commit
d62f8d61bc
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
<div class="content profile">
|
<div class="content profile">
|
||||||
<div class="content-right content-column">
|
<div class="content-right content-column">
|
||||||
<div style="text-align: center;{% if profile.header %} background: url({{ urls.format('IMAGE_HEADER', [profile.id]) }}) no-repeat center top; background-size: 336px;{% endif %}">
|
<div style="text-align: center;{% if profile.header %} background: url({{ urls.format('IMAGE_HEADER', [profile.id]) }}) no-repeat center top; background-size: 336px;{% endif %}">
|
||||||
<img src="{{ urls.format('IMAGE_AVATAR', [profile.id]) }}" alt="{{ profile.username }}'s Avatar" class="default-avatar-setting" style="box-shadow: 0 3px 7px #{% if profile.checkOnline %}484{% else %}844{% endif %};" /><br />
|
<img src="{{ urls.format('IMAGE_AVATAR', [profile.id]) }}" alt="{{ profile.username }}'s Avatar" class="default-avatar-setting" style="box-shadow: 0 3px 7px #{% if profile.isOnline %}484{% else %}844{% endif %};" /><br />
|
||||||
{% if profile.mainRankId > 1 and profile.checkBan|length < 1 %}
|
{% if profile.mainRankId > 1 and profile.checkBan|length < 1 %}
|
||||||
<div class="profile-details">
|
<div class="profile-details">
|
||||||
<span style="font-size: .8em;">{{ profile.title }}</span>
|
<span style="font-size: .8em;">{{ profile.title }}</span>
|
||||||
|
|
Reference in a new issue