ssb: Minor formatting around the connection sidebar buttons.

This commit is contained in:
2025-07-06 07:27:01 -04:00
parent 951155f1b6
commit e9b8b43e7c
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ {
"type": "tildefriends-app", "type": "tildefriends-app",
"emoji": "🦀", "emoji": "🦀",
"previous": "&Ym1vefMN4CV4UIgLuV+zu52qj58WwIScctt4v5YIHmQ=.sha256" "previous": "&PCN9g0ZEGGYlY+Rqpcn+x3iTZ1n8yljYm+pbgjPkW0w=.sha256"
} }

View File

@ -203,7 +203,7 @@ class TfTabNewsElement extends LitElement {
new Event('refresh', {bubbles: true, composed: true}) new Event('refresh', {bubbles: true, composed: true})
)} )}
> >
<span style="width: 1.5em; height: 1.5em; padding: 8px">↻</span> <span style="display: inline-block; width: 1.8em">↻</span>
Sync now Sync now
</button> </button>
<button <button
@ -216,7 +216,10 @@ class TfTabNewsElement extends LitElement {
}) })
)} )}
> >
${this.stay_connected ? '🔗 Online mode' : '⛓️‍💥 Passive mode'} <span style="display: inline-block; width: 1.8em"
>${this.stay_connected ? '🔗' : '⛓️‍💥'}</span
>
${this.stay_connected ? 'Online mode' : 'Passive mode'}
</button> </button>
` `
: undefined} : undefined}