diff --git a/js/plugin/popup-card.ts b/js/plugin/popup-card.ts index 9c6ebdd..2dfc897 100644 --- a/js/plugin/popup-card.ts +++ b/js/plugin/popup-card.ts @@ -90,6 +90,10 @@ class PopupCard extends LitElement { } } + getCardSize() { + return 0; + } + render() { if (!this.editMode) return html``; return html`