Merge pull request #323 from dermotduffy/safari-margin

Fix WebRTC not lining up correctly in Safari
This commit is contained in:
Dermot Duffy
2022-02-06 12:05:19 -08:00
committed by GitHub
+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;
}