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;