From 44b5ba1a9ad0012390a9e5b1a029c5aae524eca6 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 24 Jan 2024 03:11:49 +0000 Subject: [PATCH] Fix excessive scroll bars. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4790 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- core/client.js | 2 +- core/index.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/client.js b/core/client.js index ad6b1fbe..49e6e1e4 100644 --- a/core/client.js +++ b/core/client.js @@ -290,7 +290,7 @@ class TfFilesPaneElement extends LitElement { ` : html`
self.set_expanded(true)}>ยป
`; let content = html` - openFile(event.detail.file)}> + openFile(event.detail.file)}>
`; diff --git a/core/index.html b/core/index.html index 231e9d74..c6cc65ff 100644 --- a/core/index.html +++ b/core/index.html @@ -16,8 +16,8 @@ -
-