This commit is contained in:
ed 2021-12-07 19:19:35 +01:00
parent 1d9b355743
commit 199ccca0fe
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8 # coding: utf-8
VERSION = (1, 1, 6) VERSION = (1, 1, 7)
CODENAME = "opus" CODENAME = "opus"
BUILD_DT = (2021, 12, 7) BUILD_DT = (2021, 12, 7)

View file

@ -487,7 +487,7 @@ html.light #wfm a:not(.en) {
width: calc(100% - 10.5em); width: calc(100% - 10.5em);
background: rgba(0,0,0,0.2); background: rgba(0,0,0,0.2);
} }
@media (min-width: 80em) { @media (min-width: 70em) {
#barpos, #barpos,
#barbuf { #barbuf {
width: calc(100% - 21em); width: calc(100% - 21em);
@ -679,7 +679,7 @@ input.eq_gain {
#wrap { #wrap {
margin: 1.8em 1.5em 0 1.5em; margin: 1.8em 1.5em 0 1.5em;
min-height: 70vh; min-height: 70vh;
padding-bottom: 5em; padding-bottom: 7em;
} }
#tree { #tree {
display: none; display: none;

View file

@ -3442,7 +3442,7 @@ var treectl = (function () {
}); });
setwrap(bcfg_bind(r, 'wtree', 'wraptree', true, setwrap)); setwrap(bcfg_bind(r, 'wtree', 'wraptree', true, setwrap));
setwrap(bcfg_bind(r, 'parpane', 'parpane', true, onscroll)); 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) { function setwrap(v) {
clmod(ebi('tree'), 'nowrap', !v); clmod(ebi('tree'), 'nowrap', !v);