feat: download shared subdirectory (#1184)

Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
This commit is contained in:
WeidiDeng
2020-12-29 00:35:29 +08:00
committed by GitHub
parent 677bce376b
commit fb5b28d9cb
13 changed files with 240 additions and 88 deletions

View File

@@ -49,7 +49,7 @@
}
.share__box__items #listing.list .item {
cursor: auto;
cursor: pointer;
border-left: 0;
border-right: 0;
border-bottom: 0;
@@ -57,5 +57,9 @@
}
.share__box__items #listing.list .item .name {
width: auto;
width: 50%;
}
.share__box__items #listing.list .item .modified {
width: 25%;
}