More Safari fixes.
This commit is contained in:
@@ -47,6 +47,8 @@ ha-card {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: var(--secondary-background-color, black);
|
background-color: var(--secondary-background-color, black);
|
||||||
|
|
||||||
|
transform-style: preserve-3d; /* Safari brings video elements forward without this */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Don't drop shadow or have radius for nested cards: webrtc */
|
/* Don't drop shadow or have radius for nested cards: webrtc */
|
||||||
|
|||||||
@@ -651,6 +651,7 @@ export class FrigateCard extends LitElement {
|
|||||||
class="frigate-card-viewer"
|
class="frigate-card-viewer"
|
||||||
muted
|
muted
|
||||||
controls
|
controls
|
||||||
|
playsinline
|
||||||
@play=${() => {
|
@play=${() => {
|
||||||
this._clipPlaying = true;
|
this._clipPlaying = true;
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user