forked from rDrama/rDrama
1
0
Fork 0

chat: prevent vertical spam

master
justcool393 2022-11-16 08:56:50 -06:00
parent 86459cdf24
commit 366f5d14c1
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,8 @@
.ChatMessage {
position: relative;
padding-right: 1.5rem;
overflow: hidden;
max-height: 300px;
}
.ChatMessage__isDm {
@ -116,7 +118,6 @@
margin-bottom: 1rem;
padding: 0.3rem;
border-radius: 8px;
overflow: hidden;
}
.ChatMessageList-group:nth-child(even) {