Ensure container resizes when parent resizes.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user