Add download control to thumbnails.

This commit is contained in:
Dermot Duffy
2023-03-12 20:28:46 -07:00
parent f53490a70c
commit e1f146b560
17 changed files with 354 additions and 216 deletions
+7 -1
View File
@@ -33,7 +33,6 @@ ha-icon {
border-radius: 50%;
opacity: 0.5;
color: var(--primary-color);
top: 3px;
cursor: pointer;
@@ -44,6 +43,7 @@ ha-icon:hover {
}
ha-icon.star {
top: 3px;
left: 3px;
}
ha-icon.star.starred {
@@ -51,9 +51,15 @@ ha-icon.star.starred {
}
ha-icon.timeline {
top: 3px;
right: 3px;
}
ha-icon.download {
right: 3px;
bottom: 3px;
}
frigate-card-thumbnail-details-event, frigate-card-thumbnail-details-recording {
flex: 1;
}