ssb: Reply arrow that shows up better on my phone.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 32m57s

This commit is contained in:
2025-05-01 12:38:11 -04:00
parent 3c04abda45
commit e8c1390f09
2 changed files with 2 additions and 2 deletions

View File

@ -448,7 +448,7 @@ class TfMessageElement extends LitElement {
${this.drafts[this.message?.id] === undefined
? html`
<button class="w3-button w3-bar-item" @click=${this.show_reply}>
Reply
↩️ Reply
</button>
`
: undefined}