Minor changes

This commit is contained in:
Leo Vasanko 2023-11-18 16:03:23 -08:00
parent bb2448dc24
commit be9772c90e
3 changed files with 3 additions and 6 deletions

View File

@ -33,7 +33,8 @@ async def preview(req, path):
headers = {
"etag": etag,
"last-modified": format_date_time(stat.st_mtime),
"cache-control": "max-age=604800, immutable",
"cache-control": "max-age=604800, immutable"
+ ("" if config.config.public else ", private"),
"content-type": "image/webp",
"content-disposition": f"inline; filename*=UTF-8''{urllib.parse.quote(savename.as_posix())}",
}

View File

@ -141,10 +141,6 @@ html {
font-size: var(--root-font-size);
overflow: hidden;
}
/* Hide scrollbar for all browsers */
main::-webkit-scrollbar {
display: none;
}
main {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */

View File

@ -10,7 +10,7 @@
>
<figure>
<slot></slot>
<MediaPreview ref=m :doc="doc" tabindex=-1 quality="?sz=512" />
<MediaPreview ref=m :doc="doc" tabindex=-1 quality="sz=512" />
<caption>
<label>
<SelectBox :doc=doc />