add styles for maxwidth content p in chat

This commit is contained in:
Kostya
2023-11-19 16:00:46 +03:00
parent a8198fba36
commit 1e7868f220
3 changed files with 11 additions and 2 deletions

View File

@@ -54,6 +54,10 @@ export default {
}
this.array.push(MsgUser)
if(this.array.length > 7) {
this.array.shift()
}
}
}
}