Clipclop tweaks (#3851)
* scroll on input resize
* add back the padding 🙊
* fix timestamps
This commit is contained in:
parent
876816675e
commit
feff55a14a
5 changed files with 20 additions and 13 deletions
|
@ -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) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue