Fix video element overflowing on chrome.

This commit is contained in:
Richard Lewis 2019-12-07 14:11:16 +00:00
parent 6032bd16a5
commit 45d7b0531a

View file

@ -1580,8 +1580,12 @@ background on hover (unless active) */
max-width: 100%;
}
#chat video {
#chat .toggle-type-video {
max-width: 640px;
}
#chat video {
max-width: 100%;
max-height: 240px;
}