Adding favorite icon

This commit is contained in:
Nick Mowen
2022-03-20 14:57:51 -06:00
parent f902274188
commit 16dc3d244a
3 changed files with 56 additions and 19 deletions
+8
View File
@@ -25,4 +25,12 @@
// Restrict images to a maximum of thumbnail size.
max-width: var(--frigate-card-carousel-thumbnail-size);
max-height: var(--frigate-card-carousel-thumbnail-size);
}
.favorite {
position: absolute;
height: 30px;
width: 30px;
top: 8;
right: 8;
color: yellow;
}