Merge pull request #3561 from thelounge/richrd/fix-video-overflow
Fix video element overflowing on chrome
This commit is contained in:
commit
21bbfffb21
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user