mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 23:01:00 +00:00
parent
6fb9a5ea96
commit
2b56b33e38
2 changed files with 9 additions and 1 deletions
|
@ -1187,6 +1187,7 @@ h1.identity .icon {
|
|||
height: 80px;
|
||||
float: left;
|
||||
margin: 0 20px 0 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
h1.identity .emoji {
|
||||
|
|
|
@ -21,7 +21,14 @@
|
|||
<img src="{{ identity.local_image_url.relative }}" class="banner">
|
||||
{% endif %}
|
||||
|
||||
<img src="{{ identity.local_icon_url.relative }}" class="icon">
|
||||
<span
|
||||
_="on click halt the event then call imageviewer.show(me)"
|
||||
>
|
||||
<img src="{{ identity.local_icon_url.relative }}" class="icon"
|
||||
data-original-url="{{ identity.local_icon_url.relative }}"
|
||||
alt="Profile image for {{ identity.name }}"
|
||||
>
|
||||
</span>
|
||||
|
||||
{% if request.identity %}{% include "identity/_view_menu.html" %}{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue