Don't render thumbnail carousel if there are no thumbnails.

This commit is contained in:
Dermot Duffy
2021-11-26 16:28:36 -08:00
parent b7c6f48214
commit 065d297386
5 changed files with 50 additions and 82 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ frigate-card-media-carousel {
min-height: 0;
}
frigate-card-thumbnail-carousel-core {
frigate-card-thumbnail-carousel {
flex: 0 0 var(--frigate-card-carousel-thumbnail-size);
}