From 06db56e40820ec0067d18840648ee786163a3862 Mon Sep 17 00:00:00 2001 From: jikstra Date: Sun, 25 Apr 2021 17:48:09 +0200 Subject: Implement a raw rendering mode for recursive folder download - Raw mode only displays file/folders and is more focused on computer processing - Display a banner in footer to recursively download the current folder with wget --- data/style.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'data') diff --git a/data/style.scss b/data/style.scss index 7e63751..5a05fe7 100644 --- a/data/style.scss +++ b/data/style.scss @@ -52,6 +52,20 @@ body { padding-top: 1.5rem; font-size: 0.7em; color: var(--footer_color); + + .downloadWget { + display: flex; + flex-direction: row; + justify-content: center; + flex-wrap: wrap; + .cmd { + margin: 0 0 auto; + padding-left: 5px; + + line-height: 13px; + font-family: monospace; + } + } } a { -- cgit v1.2.3