forked from MarseyWorld/MarseyWorld
make message max height consistent with video max height
parent
11c25cad18
commit
6f1c55029e
|
@ -138,7 +138,7 @@ lite-youtube {
|
|||
}
|
||||
|
||||
.chat-message {
|
||||
max-height: 50vh;
|
||||
max-height: 72vh;
|
||||
overflow: auto;
|
||||
max-width: 80%;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue