TF-1371 Update position of Identity in reply/forward

(cherry picked from commit 53b99854e15b2eea12572d5c18322b43f744609f)
This commit is contained in:
dab246
2023-03-15 10:56:11 +07:00
committed by Dat Vu
parent 2899e38555
commit a31f331e09
5 changed files with 101 additions and 93 deletions
@@ -24,10 +24,7 @@ extension HtmlExtension on String {
'blockquote',
attribute: 'style="margin-left:8px;margin-right:8px;padding-left:12px;padding-right:12px;border-left:5px solid #eee;"');
String asSignatureHtml() => '--<br><br>$this';
String toSignatureBlock() =>
'<br class="tmail-break-tag"><div class="tmail-signature">${asSignatureHtml()}</div><br class="tmail-break-tag">';
String asSignatureHtml() => '--<br>$this';
String removeEditorStartTag() {
if (trim() == editorStartTags) {