Fix for WebRTC on Safari.

This commit is contained in:
Dermot Duffy
2022-02-06 11:48:32 -08:00
parent 2c34ff231b
commit 77b0faefb2
+3
View File
@@ -9,4 +9,7 @@ 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;
}