From 4ae68ba932dfe7a5cd7342e875cf88d7a4bd0cd7 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Mon, 13 Feb 2023 21:36:38 -0800 Subject: [PATCH] Fix infinite gallery auto-loading . --- src/scss/gallery.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/scss/gallery.scss b/src/scss/gallery.scss index 56e1be5d..0420d6be 100644 --- a/src/scss/gallery.scss +++ b/src/scss/gallery.scss @@ -30,7 +30,3 @@ frigate-card-thumbnail { frigate-card-thumbnail:not([details]) { width: 100%; } -frigate-card-progress-indicator { - // Progress indicator spans the grid. - grid-column: 1 / -1; -} \ No newline at end of file