ssb: prettier.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 27m19s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 27m19s
This commit is contained in:
@ -573,7 +573,8 @@ class TfElement extends LitElement {
|
||||
style="position: static; top: 0; z-index: 10"
|
||||
>
|
||||
<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' : '')}
|
||||
@click=${this.refresh}
|
||||
>
|
||||
↻
|
||||
|
Reference in New Issue
Block a user