diff --git a/src/scss/live-webrtc.scss b/src/scss/live-webrtc.scss index 9ba0c096..0f4e1c18 100644 --- a/src/scss/live-webrtc.scss +++ b/src/scss/live-webrtc.scss @@ -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; } \ No newline at end of file