Skip to content

Commit

Permalink
fix downloads-eta layout jank
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Nov 17, 2024
1 parent e9b2cab commit 9c8507a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion copyparty/httpsrv.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def __init__(self, broker: "BrokerCli", nid: Optional[int]) -> None:
dls: dict[str, tuple[float, int]] = {} # state
self.dli = self.tdli = dli
self.dls = self.tdls = dls
self.iiam = '<img src="%s.cpr/iiam.gif" />' % (self.args.SRS,)
self.iiam = '<img src="%s.cpr/iiam.gif?cache=i" />' % (self.args.SRS,)

self.bound: set[tuple[str, int]] = set()
self.name = "hsrv" + nsuf
Expand Down
3 changes: 3 additions & 0 deletions copyparty/web/splash.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ table {
.vols th:empty {
padding: 0;
}
.vols img {
margin: -4px 0;
}
.num {
border-right: 1px solid #bbb;
}
Expand Down

0 comments on commit 9c8507a

Please sign in to comment.