diff --git a/apps/ssb.json b/apps/ssb.json index 25e47aaa..ea34473b 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🐌", - "previous": "&IH3DadMNF785idnMI/LuCpIJQxzvpg1PDp8BI7m1Nx0=.sha256" + "previous": "&jEWLK3TSDaS67X4zN//XhAjtODbVyWwqu+rxiNuzJRM=.sha256" } diff --git a/apps/ssb/tf-profile.js b/apps/ssb/tf-profile.js index 0be1822f..7457a5ef 100644 --- a/apps/ssb/tf-profile.js +++ b/apps/ssb/tf-profile.js @@ -289,16 +289,10 @@ class TfProfileElement extends LitElement { typeof profile.image == 'string' ? profile.image : profile.image?.link; image = this.editing?.image ?? image; let description = this.editing?.description ?? profile.description; - return html`
- (${tfutils.human_readable_size(this.size)}) -
-
- -
-
- -
-
+ return html`
+

(${tfutils.human_readable_size(this.size)}) + +

${edit_profile}
@@ -312,11 +306,11 @@ class TfProfileElement extends LitElement { Blocking ${profile.blocking} identities. Blocked by ${profile.blocked} identities.
-
+

${edit} ${follow} ${block} -

+

`; } }