forked from rDrama/rDrama
1
0
Fork 0

fix chat height limit

master
Aevann 2023-01-20 03:12:42 +02:00
parent 03a6b3858c
commit 7aaf565316
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
position: relative;
padding-right: 1.5rem;
max-height: 300px;
overflow: scroll;
}
.ChatMessage__isDm {

View File

@ -160,6 +160,7 @@ lite-youtube {
position: relative;
padding-right: 1.5rem;
max-height: 300px;
overflow: scroll;
}
.ChatMessage__isDm {
background: var(--gray-800);