Change columns to Lit state()

This commit is contained in:
Dermot Duffy
2021-09-26 14:22:15 -07:00
parent 7c0e0133ee
commit bdb211fafb
2 changed files with 11 additions and 11 deletions
+2
View File
@@ -2,6 +2,8 @@
@use "@material/image-list";
.frigate-card-gallery {
// Note: In fullscreen, number of columns is overwritten in Javascript based
// on dimensions.
@include image-list.standard-columns(5, 1px);
@include image-list.shape-radius(5px);
}