ssb: prettier.

This commit is contained in:
2025-01-27 21:02:15 -05:00
parent 04878fcc30
commit 18bab849f7
3 changed files with 20 additions and 12 deletions

View File

@ -20,7 +20,8 @@ class TfUserElement extends LitElement {
render() {
let user = this.users[this.id];
let shape = !user?.follow_depth || user.follow_depth >= 2 ? 'w3-circle' : 'w3-round';
let shape =
!user?.follow_depth || user.follow_depth >= 2 ? 'w3-circle' : 'w3-round';
let image = html`<span
class=${'w3-theme-l4 ' + shape}
style="display: inline-block; width: 2em; height: 2em; text-align: center; line-height: 2em"