Clipclop tweaks (#3851)

* scroll on input resize

* add back the padding 🙊

* fix timestamps
This commit is contained in:
Hailey
2024-05-03 15:08:59 -07:00
committed by GitHub
parent 876816675e
commit feff55a14a
5 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -786,7 +786,7 @@ export class Convo {
(ChatBskyConvoDefs.isMessageView(item.message) ||
ChatBskyConvoDefs.isDeletedMessageView(item.message))
) {
const next = items[i - 1]
const next = items[i + 1]
if (
isConvoItemMessage(next) &&