Minor style changes.

This commit is contained in:
Dermot Duffy
2021-11-25 20:48:58 -08:00
parent b0bcc6eda5
commit 74cc21b8bf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ export class FrigateCardGalleryCore extends LitElement {
protected _resizeHandler(): void {
this._columns = Math.max(
DEFAULT_COLUMNS,
Math.floor(this.clientWidth / MAX_THUMBNAIL_WIDTH),
Math.ceil(this.clientWidth / MAX_THUMBNAIL_WIDTH),
);
}