Allow downloading directories from zip files

This commit is contained in:
2024-12-04 18:56:20 +01:00
parent c36a3dc0c7
commit 2c1aa92159
3 changed files with 42 additions and 9 deletions

View File

@@ -408,6 +408,7 @@ onMount(() => {
padding: 0;
background: var(--shaded_background);
backdrop-filter: blur(4px);
z-index: 1;
}
.toolbar {
display: flex;