From e1f4f7f95bf2424530dd9831c59f77dbb733d952 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 10 Oct 2024 21:41:34 -0400 Subject: [PATCH] ssb: Don't stretch profile images when fitting into a circle. I swear I did this ages ago. --- apps/ssb.json | 2 +- apps/ssb/tf-user.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ssb.json b/apps/ssb.json index efd3e8a9..322862de 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🐌", - "previous": "&O7Rf3apWJhDC4Zfjo1a5ZRk6AMNeCmFuEIiczXwmSYE=.sha256" + "previous": "&qj4BgD3cfrySqxq6BbQm6u58ic20XYileUiiAXcJtLs=.sha256" } diff --git a/apps/ssb/tf-user.js b/apps/ssb/tf-user.js index dcdcccb1..eb11b841 100644 --- a/apps/ssb/tf-user.js +++ b/apps/ssb/tf-user.js @@ -37,7 +37,7 @@ class TfUserElement extends LitElement { if (image_link !== undefined) { image = html``; }