Support the thumbnail carousel above or below.

This commit is contained in:
Dermot Duffy
2021-11-24 14:42:41 -08:00
parent 193dcf5480
commit bb36004b6d
5 changed files with 98 additions and 65 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
.embla__slide {
flex: 0 0 var(--frigate-card-viewer-thumbnail-size);
opacity: 0.4;
transition: opacity 1s ease, transform 0.3s ease;
transition: opacity 0.6s ease, transform 0.3s ease;
}
.embla__slide.slide-selected {
opacity: 1.0;