diff options
author | Jikstra <34889164+Jikstra@users.noreply.github.com> | 2021-09-10 13:56:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 13:56:31 +0000 |
commit | d0cd4f0f21210cae8677941f6ca4059365767879 (patch) | |
tree | 623b58e978ef1c31c11553a5b077f51432a34f84 /data | |
parent | Apply requested changes (diff) | |
parent | Merge pull request #598 from svenstaro/dependabot/cargo/sha2-0.9.8 (diff) | |
download | miniserve-d0cd4f0f21210cae8677941f6ca4059365767879.tar.gz miniserve-d0cd4f0f21210cae8677941f6ca4059365767879.zip |
Merge branch 'master' into feat_raw_mode
Diffstat (limited to 'data')
-rw-r--r-- | data/style.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/style.scss b/data/style.scss index 8bdd5d7..9115c0e 100644 --- a/data/style.scss +++ b/data/style.scss @@ -483,6 +483,8 @@ th span.active span { .mobile-info { display: block; + float: right; + margin-top: 0.5rem; } table tbody tr td { |