feat: ui supports creating folder (#91)

This commit is contained in:
sigoden
2022-07-04 20:12:35 +08:00
committed by GitHub
parent 4f1a35de5d
commit b6729a3d64
3 changed files with 45 additions and 11 deletions

View File

@@ -59,6 +59,15 @@ body {
height: 1.1rem;
}
.toolbox .control {
cursor: pointer;
padding-left: 0.25em;
}
.upload-file input {
display: none;
}
.searchbar {
display: flex;
flex-wrap: nowrap;
@@ -90,15 +99,6 @@ body {
cursor: pointer;
}
.upload-control {
cursor: pointer;
padding-left: 0.25em;
}
.upload-control input {
display: none;
}
.upload-status span {
width: 70px;
display: inline-block;