ssb: Make the refresh icon a circle.

This commit is contained in:
Cory McWilliams 2025-01-14 20:29:12 -05:00
parent db0a4bff77
commit 8c86092356
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"type": "tildefriends-app", "type": "tildefriends-app",
"emoji": "🦀", "emoji": "🦀",
"previous": "&IbDnKRKxIZzdIhs2wVVdNt560YlLuM/8coMuTuJhVNs=.sha256" "previous": "&lwcX/677Lc0DsQM+gZw3cxpy/iZdZbhQiqt/bQMWVCw=.sha256"
} }

View File

@ -594,6 +594,7 @@ class TfElement extends LitElement {
> >
<button <button
class=${'w3-bar-item w3-button w3-circle w3-ripple' + (this.connections?.some(x => x.flags.one_shot) ? ' w3-spin' : '')} class=${'w3-bar-item w3-button w3-circle w3-ripple' + (this.connections?.some(x => x.flags.one_shot) ? ' w3-spin' : '')}
style="width: 1.5em; height: 1.5em; padding: 8px"
@click=${this.refresh} @click=${this.refresh}
> >