mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
Fix video element overflowing on chrome.
This commit is contained in:
parent
6032bd16a5
commit
45d7b0531a
1 changed files with 5 additions and 1 deletions
|
@ -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 a new issue