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
+1 -1
View File
@@ -12,7 +12,7 @@
border: 1px solid var(--secondary-color);
background-color: var(--secondary-background-color);
border-radius: var(--ha-card-border-radius, 4px);
border-radius: var(--frigate-card-css-border-radius, var(--ha-card-border-radius, 4px));
box-sizing: border-box;
color: var(--primary-text-color);