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:
Cory McWilliams 2025-05-01 12:38:11 -04:00
parent 3c04abda45
commit e8c1390f09
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"type": "tildefriends-app", "type": "tildefriends-app",
"emoji": "🦀", "emoji": "🦀",
"previous": "&JwI2HPmMbibkcF0ll7+mjIaMuSkwxPR3cQXsXhvGp58=.sha256" "previous": "&0QeFKi0qJk/VYLOxeIURs5nQCvkJs6DeiN3u5G4MW8w=.sha256"
} }

View File

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