ssb: Fix the message encrypted icon placement.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m57s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m57s
This commit is contained in:
parent
639fce376a
commit
16ce7fbc7b
@ -1,5 +1,5 @@
|
||||
{
|
||||
"type": "tildefriends-app",
|
||||
"emoji": "🦀",
|
||||
"previous": "&kFNqVE6d7Aea40DfbB5IaU09p97V0GnM+vK1w+yU9wM=.sha256"
|
||||
"previous": "&mZcElHJkLDuyk+ITEdBh8cCtCVq8XgdohH5OWLmEom4=.sha256"
|
||||
}
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user