Sengi-Windows-MacOS-Linux/src/app/components/floating-column/edit-status/edit-status.component.html

9 lines
318 B
HTML

<div class="panel">
<h3 class="panel__title">edit message</h3>
<div class=" new-message-body flexcroll">
<app-create-status (onClose)="closeColumn()" [isDirectMention]="isDirectMention"
[replyingUserHandle]="userHandle" [statusToEdit]="statusToEdit"></app-create-status>
</div>
</div>