Added ability to download archives from the archive viewer

This commit is contained in:
Tzahi12345
2023-04-01 03:14:17 -04:00
parent 0e15fd7193
commit 763ce5d28b
3 changed files with 27 additions and 7 deletions

View File

@@ -29,4 +29,14 @@
width: 100%;
top: -12px;
position: relative;
}
}
.file-drop-parent {
padding: 0px 10px 0px 10px;
}
.flex-items {
display: flex;
align-items: center;
}