Multiple file downloads via Filesystem API, and other tuning.

This commit is contained in:
Leo Vasanko
2023-11-04 19:50:05 +00:00
parent 40a45568c1
commit 41fbd3d122
10 changed files with 203 additions and 66 deletions

View File

@@ -30,6 +30,12 @@
html {
font-size: 1.5rem;
}
header .buttons:has(input[type=search]) > div {
display: none;
}
header .buttons > div:has(input[type=search]) {
display: inherit;
}
}
@media screen and (min-width: 1400px) and (--webkit-min-device-pixel-ratio: 3) {
html {