diff --git a/modules/caddyhttp/fileserver/browse.html b/modules/caddyhttp/fileserver/browse.html index 55d274b0..dc148b55 100644 --- a/modules/caddyhttp/fileserver/browse.html +++ b/modules/caddyhttp/fileserver/browse.html @@ -621,8 +621,13 @@ footer { #filter { max-width: 100px; } + + .grid .entry { + max-width: initial; + } } + @media (prefers-color-scheme: dark) { html { background: black; /* overscroll */ @@ -647,6 +652,10 @@ footer { color: white; } + h1 { + color: white; + } + h1 a:hover { background: hsl(213deg 100% 73% / 20%); } @@ -714,15 +723,16 @@ footer { stroke: #ccc !important; } } + {{- if eq .Layout "grid"}} {{- end}} - - -
-
- + + +
+
+

{{range $i, $crumb := .Breadcrumbs}}{{html $crumb.Text}}{{if ne $i 0}}/{{end}}{{end}}