Fix size detection of >10M files and add a toggle link to show/hide already download sings
This commit is contained in:
parent
5210a4d188
commit
da8345eca6
3 changed files with 17 additions and 2 deletions
|
|
@ -194,3 +194,7 @@ div.clip:hover a.tp
|
|||
{
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue