ssb: Make the refresh icon a circle.
This commit is contained in:
@ -594,6 +594,7 @@ class TfElement extends LitElement {
|
||||
>
|
||||
<button
|
||||
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}
|
||||
>
|
||||
↻
|
||||
|
Reference in New Issue
Block a user