This commit is contained in:
Vanessa 2023-05-18 10:26:15 +08:00
parent 8f37869b51
commit 61ab0ffd68

View file

@ -181,7 +181,7 @@ export class Inbox extends Model {
<span data-type="back" class="toolbar__text fn__flex-1">${data.shorthandTitle}</span>
${linkHTML}
</div>
<div class="b3-typography b3-typography--default" style="padding: 0 8px 8px;user-select: text">
<div class="b3-typography b3-typography--default" style="padding: 0 8px 8px">
${(Lute.New()).MarkdownStr("", data.shorthandContent)}
</div>`;
/// #else
@ -196,7 +196,7 @@ ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
</div>
${linkHTML}
</div>
<div class="b3-typography b3-typography--default" style="padding: 0 8px 8px">
<div class="b3-typography b3-typography--default" style="padding: 0 8px 8px;user-select: text">
${(Lute.New()).MarkdownStr("", data.shorthandContent)}
</div>`;
/// #endif