From edbedcdad3ab5fb17268cfe5c8ad5c7194f75d31 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 20 Nov 2021 02:27:09 +0100 Subject: [PATCH] v1.1.3 --- copyparty/__version__.py | 4 ++-- copyparty/web/browser.js | 3 +++ copyparty/web/splash.html | 3 +-- copyparty/web/ui.css | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 6f43671b..fcfbd57f 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 1, 2) +VERSION = (1, 1, 3) CODENAME = "opus" -BUILD_DT = (2021, 11, 12) +BUILD_DT = (2021, 11, 20) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 3ee89b51..b2aac7d2 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -2977,6 +2977,9 @@ document.onkeydown = function (e) { if (widget.is_open) return widget.close(); + if (showfile.active()) + return thegrid.setvis(true); + if (!treectl.hidden) return treectl.detree(); diff --git a/copyparty/web/splash.html b/copyparty/web/splash.html index ab65a974..820ea03c 100644 --- a/copyparty/web/splash.html +++ b/copyparty/web/splash.html @@ -94,8 +94,7 @@ π diff --git a/copyparty/web/ui.css b/copyparty/web/ui.css index db38771a..c68ffb94 100644 --- a/copyparty/web/ui.css +++ b/copyparty/web/ui.css @@ -120,7 +120,8 @@ html { color: #fff; background: #111; font-size: .9em; - padding: 0 .3em; + padding: 0 .26em; + line-height: .97em; border-radius: 1em; position: absolute; display: none;