Ensure container resizes when parent resizes.

This commit is contained in:
Dermot Duffy
2022-10-01 23:49:35 -07:00
parent b4879b53df
commit 3c247b6320
4 changed files with 134 additions and 111 deletions
+7 -1
View File
@@ -9,13 +9,19 @@
/* Don't drop shadow or have radius for nested webrtc card */
#webrtc ha-card {
border-radius: 0px;
background-color: unset;
// To get the WebRTC player to line up correctly with some themes.
margin: 0px;
box-shadow: none;
}
ha-card,
div.fix-safari,
#video {
background: unset;
background-color: unset;
}
#webrtc #video {
@include media-layout.media-layout();
}