Skip to content

Commit

Permalink
v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Dec 7, 2021
1 parent 1d9b355 commit 199ccca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion copyparty/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8

VERSION = (1, 1, 6)
VERSION = (1, 1, 7)
CODENAME = "opus"
BUILD_DT = (2021, 12, 7)

Expand Down
4 changes: 2 additions & 2 deletions copyparty/web/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion copyparty/web/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 199ccca

Please sign in to comment.