Merge pull request #323 from dermotduffy/safari-margin
Fix WebRTC not lining up correctly in Safari
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user