Refactor carousel into separate components.

This commit is contained in:
Dermot Duffy
2022-07-09 22:43:43 -07:00
parent 30fec98e18
commit dedecc24c6
18 changed files with 698 additions and 517 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
}
.controls.icons {
top: calc(50% - (40px / 2));
top: calc(50% - (var(--frigate-card-next-prev-size) / 2));
}
.controls.thumbnails {