From d65b26d100a4ab3a2195da364860837c20fb0922 Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 1 Aug 2021 17:02:42 +0200 Subject: [PATCH] Upload (#5) * Feat: Add upload test * Refactor: Modified styling * Various small changes * Refactor: Better server handling - Set `nocache` on urls for proxies - Upload to index instead of a 404 * Create FUNDING.yml * Update FUNDING.yml [ci skip] * Docs: Replaced dd command with fallocate/mkfile * Docs: More readable commands * Docs: Prefer test file generation over download * Chore: Trim gitignore * Chore(github): Update funding * Fix: indexOf should not be cast to boolean --- index.html | 143 +++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 111 insertions(+), 32 deletions(-) diff --git a/index.html b/index.html index 80ca84b..343f294 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,18 @@ width: 100%; height: 30px; -webkit-appearance: none; + -moz-appearance: none; + appearence: none; + border: none; visibility: hidden; + background-color: #b4ffe0; + transition-timing-function: linear; + } + progress::-webkit-progress-value { + transition: width 100ms; + } + progress[value] { + background-color: #00ff9a; } progress::-webkit-progress-bar { background-color: #b4ffe0; @@ -50,26 +61,25 @@ } #result { font-size: 1.5rem; - font-variant-numeric: tabular-nums; } #resultDone { - font-size: 2rem; + font-size: .8rem; font-weight: bold; } #eta { font-size: 1rem; - font-variant-numeric: tabular-nums; }

- - - - - + + + + + +

@@ -83,11 +93,16 @@ - + \ No newline at end of file