From 77583c710f02bf21bb2637567eeb7c14dd906554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 7 Sep 2022 18:34:04 +0000 Subject: [PATCH] Make popup-cards take no space in layouts --- js/plugin/popup-card.ts | 4 ++++ 1 file changed, 4 insertions(+) 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`