forked from MarseyWorld/MarseyWorld
fix chat height limit
parent
03a6b3858c
commit
7aaf565316
|
@ -2,6 +2,7 @@
|
|||
position: relative;
|
||||
padding-right: 1.5rem;
|
||||
max-height: 300px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.ChatMessage__isDm {
|
||||
|
|
|
@ -160,6 +160,7 @@ lite-youtube {
|
|||
position: relative;
|
||||
padding-right: 1.5rem;
|
||||
max-height: 300px;
|
||||
overflow: scroll;
|
||||
}
|
||||
.ChatMessage__isDm {
|
||||
background: var(--gray-800);
|
||||
|
|
Loading…
Reference in New Issue