[ASSETS][css][sections] rename profile-avatar to avatar
This commit is contained in:
parent
195618801b
commit
2a902d6a7e
@ -33,7 +33,7 @@
|
|||||||
.profile-info-nickname {
|
.profile-info-nickname {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
.profile-avatar {
|
.avatar {
|
||||||
max-width: 4rem;
|
max-width: 4rem;
|
||||||
max-height: 4rem;
|
max-height: 4rem;
|
||||||
min-width: var(--xxl);
|
min-width: var(--xxl);
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<section id='profile-{{ actor.id }}' class='profile' title="{{ actor_nickname }}'s {{ 'profile information.' | trans }}">
|
<section id='profile-{{ actor.id }}' class='profile' title="{{ actor_nickname }}'s {{ 'profile information.' | trans }}">
|
||||||
<a href="{{ actor_uri }}">
|
<a href="{{ actor_uri }}">
|
||||||
<div class="profile-info">
|
<div class="profile-info">
|
||||||
<img src="{{ actor_avatar }}" class="profile-avatar" alt="{% trans %} %actor_nickname%'s avatar. {% endtrans %}" width="{{actor_avatar_dimensions['width']}}" height="{{actor_avatar_dimensions['height']}}">
|
<img src="{{ actor_avatar }}" class="avatar" alt="{% trans %} %actor_nickname%'s avatar. {% endtrans %}" width="{{actor_avatar_dimensions['width']}}" height="{{actor_avatar_dimensions['height']}}">
|
||||||
<strong class="profile-info-nickname" title="{{ actor_nickname }}{{ '\'s nickname.' | trans }}">{{ actor_nickname }}</strong>
|
<strong class="profile-info-nickname" title="{{ actor_nickname }}{{ '\'s nickname.' | trans }}">{{ actor_nickname }}</strong>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user