Add favorite icon to gallery

This commit is contained in:
Nick Mowen
2022-03-20 17:41:47 -06:00
parent ca837774bf
commit 57afd5cdda
3 changed files with 13 additions and 3 deletions
+9
View File
@@ -43,4 +43,13 @@ ha-card.frigate-card-gallery-folder {
padding: 10px;
height: 100%;
line-height: 1;
}
.favorite {
position: absolute;
transform: translate(-50%, -50%);
height: 24px;
width: 24px;
top: 12%;
left: 90%;
color: yellow;
}