Fix fullscreen bug.

This commit is contained in:
Dermot Duffy
2022-03-20 22:57:57 -07:00
parent d2a7e877c3
commit da34daf5bd
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export class FrigateCardThumbnailCarousel extends FrigateCardCarousel {
set highlight_selected(value: boolean) {
this.style.setProperty(
'--frigate-card-carousel-thumbnail-opacity',
value ? '0.6' : '1.0',
value ? '0.4' : '1.0',
);
}