2020-01-10 16:49:53 +09:00

30 lines
715 B
HTML

<div class="myprofile">
<span class="myprofile-img thumbnail-mask">
<img
class="thumbnail"
ucapImage
[base]="profileImageRoot"
[path]="profileImageFile"
[default]="'assets/images/img_nophoto_50.png'"
/>
</span>
<div class="btn-setting">
<span class="presence" [ngClass]="getPresence(PresenceType.PC)"></span>
<button>
<svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="butt"
stroke-linejoin="round"
>
<path d="M6 9l6 6 6-6" />
</svg>
</button>
</div>
</div>