From 38e313350ec54dbf28558d6ea1721f6712ea0084 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sat, 29 Apr 2023 20:49:06 +0000 Subject: [PATCH] Trying to make the navigation bar resize right, but CSS doesn't like me. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4270 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- core/client.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/client.js b/core/client.js index 702be90a..e587124d 100644 --- a/core/client.js +++ b/core/client.js @@ -124,7 +124,7 @@ class TfNavigationElement extends LitElement { -
+
😎 Tilde Friends apps @@ -133,9 +133,10 @@ 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()} + + ${this.render_login()}
`; }