ssb: Minor formatting around the connection sidebar buttons.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&Ym1vefMN4CV4UIgLuV+zu52qj58WwIScctt4v5YIHmQ=.sha256"
|
"previous": "&PCN9g0ZEGGYlY+Rqpcn+x3iTZ1n8yljYm+pbgjPkW0w=.sha256"
|
||||||
}
|
}
|
||||||
|
@ -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}
|
||||||
|
Reference in New Issue
Block a user