From d9eaa92c37cbd9deb68804cf4d7584d406364b3d Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 30 Apr 2023 12:00:50 +0000 Subject: [PATCH] Messing with graph sizing. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4275 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- core/client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/client.js b/core/client.js index 8fef6c73..dcf6836f 100644 --- a/core/client.js +++ b/core/client.js @@ -133,7 +133,7 @@ class TfNavigationElement extends LitElement { ${this.status.message} ${this.render_permissions()} - ${Object.keys(this.spark_lines).sort().map(x => this.spark_lines[x]).map(x => [x.dataset.emoji, x])} + ${Object.keys(this.spark_lines).sort().map(x => this.spark_lines[x]).map(x => [x.dataset.emoji, x])} ${this.render_login()} @@ -260,7 +260,7 @@ class TfSparkLineElement extends LitElement { render() { return html` - + ${this.lines.map(x => this.render_line(x))} `;