ux: hide uploads table until something happens

This commit is contained in:
ed 2022-07-01 09:16:23 +02:00
parent 098184ff7b
commit 1d74240b9a
4 changed files with 20 additions and 6 deletions

View file

@ -41,6 +41,11 @@ var u2min = `
border: none !important;
}
#wrap {margin-left:2em !important}
.logue {
border: none !important;
margin: 2em auto !important;
}
.logue:before {content:'' !important}
</style>