mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
v1.1.7
This commit is contained in:
parent
1d9b355743
commit
199ccca0fe
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue