From 199ccca0fe08b4c8f60ea63e96b6213cc2bc4c65 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 7 Dec 2021 19:19:35 +0100 Subject: [PATCH] v1.1.7 --- copyparty/__version__.py | 2 +- copyparty/web/browser.css | 4 ++-- copyparty/web/browser.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 78f512b2..154dc54b 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (1, 1, 6) +VERSION = (1, 1, 7) CODENAME = "opus" BUILD_DT = (2021, 12, 7) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index fbae23bc..1225decd 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -487,7 +487,7 @@ html.light #wfm a:not(.en) { width: calc(100% - 10.5em); background: rgba(0,0,0,0.2); } -@media (min-width: 80em) { +@media (min-width: 70em) { #barpos, #barbuf { width: calc(100% - 21em); @@ -679,7 +679,7 @@ input.eq_gain { #wrap { margin: 1.8em 1.5em 0 1.5em; min-height: 70vh; - padding-bottom: 5em; + padding-bottom: 7em; } #tree { display: none; diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 08e9763c..0a37d7b8 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -3442,7 +3442,7 @@ var treectl = (function () { }); setwrap(bcfg_bind(r, 'wtree', 'wraptree', true, setwrap)); setwrap(bcfg_bind(r, 'parpane', 'parpane', true, onscroll)); - bcfg_bind(r, 'htree', 'hovertree', true, reload_tree); + bcfg_bind(r, 'htree', 'hovertree', false, reload_tree); function setwrap(v) { clmod(ebi('tree'), 'nowrap', !v);