aboutsummaryrefslogtreecommitdiffstats
path: root/data/style.scss
diff options
context:
space:
mode:
authorjikstra <jikstra@disroot.org>2021-04-25 15:48:09 +0000
committerjikstra <jikstra@disroot.org>2021-09-01 19:08:00 +0000
commit06db56e40820ec0067d18840648ee786163a3862 (patch)
tree638eb60a484ba0b17a8373703141e19812dd0859 /data/style.scss
parentAdd CHANGELOG entry for printing QR codes on terminal (diff)
downloadminiserve-06db56e40820ec0067d18840648ee786163a3862.tar.gz
miniserve-06db56e40820ec0067d18840648ee786163a3862.zip
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
Diffstat (limited to '')
-rw-r--r--data/style.scss14
1 files changed, 14 insertions, 0 deletions
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 {