From b3ff1fcbda63fe0d124a9835ad67802922b1cee9 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Fri, 5 Apr 2019 20:58:55 -0500 Subject: [PATCH] fix card size fixes https://github.com/custom-cards/roku-card/issues/8 --- roku-card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roku-card.js b/roku-card.js index e94fc23..d2880ab 100644 --- a/roku-card.js +++ b/roku-card.js @@ -22,7 +22,7 @@ class RokuCard extends LitElement { } getCardSize() { - return 1; + return 7; } setConfig(config) {