summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/caddyhttp/fileserver/browse.html20
1 files changed, 15 insertions, 5 deletions
diff --git a/modules/caddyhttp/fileserver/browse.html b/modules/caddyhttp/fileserver/browse.html
index 55d274b..dc148b5 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;
}
}
+
</style>
{{- if eq .Layout "grid"}}
<style>.wrapper { max-width: none; } main { margin-top: 1px; }</style>
{{- end}}
- </head>
- <body onload="initPage()">
- <header>
- <div class="wrapper">
- <div class="breadcrumbs">Folder Path</div>
+</head>
+<body onload="initPage()">
+ <header>
+ <div class="wrapper">
+ <div class="breadcrumbs">Folder Path</div>
<h1>
{{range $i, $crumb := .Breadcrumbs}}<a href="{{html $crumb.Link}}">{{html $crumb.Text}}</a>{{if ne $i 0}}/{{end}}{{end}}
</h1>