mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
v0.11.41
This commit is contained in:
parent
e9bf092317
commit
57c297274b
|
@ -1,8 +1,8 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
VERSION = (0, 11, 40)
|
VERSION = (0, 11, 41)
|
||||||
CODENAME = "the grid"
|
CODENAME = "the grid"
|
||||||
BUILD_DT = (2021, 7, 15)
|
BUILD_DT = (2021, 7, 17)
|
||||||
|
|
||||||
S_VERSION = ".".join(map(str, VERSION))
|
S_VERSION = ".".join(map(str, VERSION))
|
||||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||||
|
|
|
@ -798,6 +798,9 @@ input.eq_gain {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #444;
|
background: #444;
|
||||||
}
|
}
|
||||||
|
#files th span {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
#files>thead>tr>th.min,
|
#files>thead>tr>th.min,
|
||||||
#files td.min {
|
#files td.min {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue