diff options
author | pistasjis <57069715+pistasjis@users.noreply.github.com> | 2023-05-19 17:51:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-19 09:51:21 -0600 |
commit | 2d236ead3e0476ae3470a89b3b1b250cf4e4d7d3 (patch) | |
tree | 2f2d3d3b21c94ee20acbff8b0344d1e78afcafb5 /modules/caddyhttp | |
parent | 38cb587e0f1b38db2c9fb422b4892e48753f00c0 (diff) |
fileserver: Fix file browser footer in grid mode (#5536)
* Fix file browser footer in grid
Signed-off-by: Odyssey <odyssey346@disroot.org>
* Fix file browser footer while in grid mode
Signed-off-by: Pistasj <odyssey346@disroot.org>
* Do mholt's suggestions
Signed-off-by: Odyssey <odyssey346@disroot.org>
---------
Signed-off-by: Odyssey <odyssey346@disroot.org>
Signed-off-by: Pistasj <odyssey346@disroot.org>
Diffstat (limited to 'modules/caddyhttp')
-rw-r--r-- | modules/caddyhttp/fileserver/browse.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/caddyhttp/fileserver/browse.html b/modules/caddyhttp/fileserver/browse.html index 2afea5e..a9e7272 100644 --- a/modules/caddyhttp/fileserver/browse.html +++ b/modules/caddyhttp/fileserver/browse.html @@ -104,6 +104,7 @@ body { font-size: 16px; text-rendering: optimizespeed; background-color: #f3f6f7; + min-height: 100vh; } img, |