Hide live view in preload mode if there's a message to display.

This commit is contained in:
Dermot Duffy
2022-01-17 11:05:00 -08:00
parent 1c8d427e7e
commit 1229f25b11
3 changed files with 11 additions and 20 deletions
+2 -1
View File
@@ -71,7 +71,8 @@ ha-card {
background-color: var(--secondary-background-color, black);
}
frigate-card-gallery.hidden,frigate-card-viewer.hidden,frigate-card-live.hidden {
frigate-card-live.hidden {
// Live view will be rendered but hidden for live preloading.
display: none;
}