CSS changes for Safari & cleanups

This commit is contained in:
Dermot Duffy
2021-09-21 12:47:15 -07:00
parent d02f760793
commit 4ac69a951c
4 changed files with 29 additions and 32 deletions
+7
View File
@@ -1,3 +1,10 @@
canvas {
width: 100%;
}
/* Don't drop shadow or have radius for nested webrtc card */
webrtc-camera ha-card {
box-shadow: none;
border-radius: 0px;
background-color: var(--secondary-background-color, black);
}