Fix gallery sizing in Safari

This commit is contained in:
Dermot Duffy
2022-06-25 15:50:08 -07:00
parent 5ba2e633bf
commit 51ef68aa39
3 changed files with 26 additions and 11 deletions
+2 -2
View File
@@ -6,10 +6,10 @@
/* Don't drop shadow or have radius for nested webrtc card */
#webrtc ha-card {
box-shadow: none;
border-radius: 0px;
background-color: black;
// To get the WebRTC player to line up correctly in Safari.
// To get the WebRTC player to line up correctly with some themes.
margin: 0px;
box-shadow: none;
}