mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
fix video elements not respecting parent height in callview grid
This commit is contained in:
parent
595a15c533
commit
d4ee19c4e4
@ -40,7 +40,6 @@ limitations under the License.
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
background-color: black;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.StreamView > * {
|
||||
@ -51,6 +50,7 @@ limitations under the License.
|
||||
.StreamView video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user