Add ui for setting max downloads, max time, and password.

This commit is contained in:
Donovan Preston 2018-09-24 12:30:27 -04:00 committed by Danny Coates
parent fe4eb1d582
commit 5ec2486c57
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
8 changed files with 134 additions and 5 deletions

View file

@ -106,3 +106,19 @@ body {
#preferences {
text-align: left;
}
#hamburger {
position: fixed;
right: 2em;
top: 1em;
}
#top-banner {
position: fixed;
top: 1em;
left: 2em;
}
#options {
text-align: left;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB