From dbafc1849eec4c3e3ff3851b9f9bd843b98df824 Mon Sep 17 00:00:00 2001 From: neri Date: Sun, 4 Apr 2021 20:29:41 +0200 Subject: [PATCH] update usage with delete_on_download, let it scroll on narrow screens --- static/index.css | 1 + template/index.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index ac3413a..b835063 100644 --- a/static/index.css +++ b/static/index.css @@ -83,4 +83,5 @@ a.button:visited { .usage { margin-top: 2em; + overflow: auto; } diff --git a/template/index.html b/template/index.html index f56a0f9..46cced1 100644 --- a/template/index.html +++ b/template/index.html @@ -46,7 +46,9 @@ text upload curl -F 'text=your text' {upload_url} including time curl -F 'text=your text' -F 'keep_for=1800' {upload_url} - +limit to one download + curl -F 'text=your text' -F 'delete_on_download=true' {upload_url}