summaryrefslogtreecommitdiff
path: root/modules/caddyhttp
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2023-07-17 11:18:40 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2023-07-17 11:18:40 -0600
commit4e36b4c9d1bb9de1b9bece31dd8c04595fc828bd (patch)
tree01b9530df958a395f39dfc7571c723dff61933b2 /modules/caddyhttp
parent27bc16abedb0b9afc06705ec839c06d908cd91c9 (diff)
fileserver: Tweak grid view of browse template
All cells on row have same height. Center-align vertically.
Diffstat (limited to 'modules/caddyhttp')
-rw-r--r--modules/caddyhttp/fileserver/browse.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/caddyhttp/fileserver/browse.html b/modules/caddyhttp/fileserver/browse.html
index da8074e..fa5ee08 100644
--- a/modules/caddyhttp/fileserver/browse.html
+++ b/modules/caddyhttp/fileserver/browse.html
@@ -549,8 +549,6 @@ td .go-up {
.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
- justify-items: center;
- align-items: start;
gap: 2px;
}