Fix carousel auto content sizing.

This commit is contained in:
Dermot Duffy
2022-03-20 21:23:11 -07:00
parent 69ee18871f
commit 6430663362
5 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
}
.embla__slide {
flex: 0 0 fit-content;
flex: 0 0 auto;
opacity: var(--frigate-card-carousel-thumbnail-opacity);
transition: opacity 0.6s ease;
}