diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-09-23 18:36:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 18:36:26 +0000 |
commit | d5995e82cecd5138fa092694292444a02af1bba9 (patch) | |
tree | 833a6f473138418e2e275675de16c4463cd029a2 /data | |
parent | Rename Archlinux -> Arch Linux (diff) | |
parent | cargo fmt (diff) | |
download | miniserve-d5995e82cecd5138fa092694292444a02af1bba9.tar.gz miniserve-d5995e82cecd5138fa092694292444a02af1bba9.zip |
Merge pull request #508 from Jikstra/feat_raw_mode
Implement a raw rendering mode for recursive folder download
Diffstat (limited to 'data')
-rw-r--r-- | data/style.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/style.scss b/data/style.scss index 03ad0af..e398c9e 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); + + .downloadDirectory { + display: flex; + flex-direction: row; + justify-content: center; + flex-wrap: wrap; + .cmd { + margin: 0; + padding-left: 5px; + + line-height: 13px; + font-family: monospace; + } + } } a { |