ssb: Fix the message encrypted icon placement.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m57s

This commit is contained in:
Cory McWilliams 2025-01-02 13:55:47 -05:00
parent 639fce376a
commit 16ce7fbc7b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"type": "tildefriends-app",
"emoji": "🦀",
"previous": "&kFNqVE6d7Aea40DfbB5IaU09p97V0GnM+vK1w+yU9wM=.sha256"
"previous": "&mZcElHJkLDuyk+ITEdBh8cCtCVq8XgdohH5OWLmEom4=.sha256"
}

View File

@ -436,7 +436,7 @@ class TfMessageElement extends LitElement {
render_header() {
let is_encrypted = this.message?.decrypted
? html`<span class="w3-col" style="align-self: center">🔓</span>`
? html`<span class="w3-bar-item" style="align-self: center">🔓</span>`
: undefined;
return html`
<header class="w3-bar">