15 lines
294 B
SCSS
15 lines
294 B
SCSS
:host {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
|
|
/* Don't drop shadow or have radius for nested webrtc card */
|
|
webrtc-camera ha-card {
|
|
box-shadow: none;
|
|
border-radius: 0px;
|
|
background-color: black;
|
|
|
|
// To get the WebRTC player to line up correctly in Safari.
|
|
margin: 0px;
|
|
} |