Add CSS performance controls.

This commit is contained in:
Dermot Duffy
2022-10-06 20:58:14 -07:00
parent 65cf4cf22d
commit 535069d68e
12 changed files with 66 additions and 15 deletions
+3 -3
View File
@@ -27,16 +27,16 @@
max-width: 90%;
}
:host([location=right]) #d {
:host([location='right']) #d {
// Position to the right.
left: unset;
right: 0;
transform: translateX(100%);
}
:host([location=right][open]) #d {
:host([location='right'][open]) #d {
transform: none;
box-shadow: 0px 0px 25px 0px black;
box-shadow: var(--frigate-card-css-box-shadow, 0px 0px 25px 0px black);
}
#ifs {