CSS changes for Safari & cleanups
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user