Add upload buttons and ZIP downloads

This commit is contained in:
Mikei386
2026-06-23 15:21:42 +02:00
parent a050531f63
commit 522b9f4665
8 changed files with 219 additions and 15 deletions
+5 -1
View File
@@ -186,7 +186,7 @@
margin-bottom: 10px;
}
.u-nav .pathbar input {
.u-nav .pathbar input:not(.upload-input) {
background: var(--surface-2);
border: 1px solid var(--line);
border-radius: 6px;
@@ -209,6 +209,10 @@
flex: 0 0 auto;
}
.u-nav .upload-input {
display: none;
}
.u-nav .drop-zone {
border: 1px dashed transparent;
border-radius: 8px;