mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
add styles for maxwidth content p in chat
This commit is contained in:
@@ -54,6 +54,10 @@ export default {
|
||||
}
|
||||
|
||||
this.array.push(MsgUser)
|
||||
|
||||
if(this.array.length > 7) {
|
||||
this.array.shift()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user