From b6729a3d641d0dac5cb560e9add86cfd9f322fcc Mon Sep 17 00:00:00 2001 From: sigoden Date: Mon, 4 Jul 2022 20:12:35 +0800 Subject: [PATCH] feat: ui supports creating folder (#91) --- assets/index.css | 18 +++++++++--------- assets/index.html | 8 +++++++- assets/index.js | 30 +++++++++++++++++++++++++++++- 3 files changed, 45 insertions(+), 11 deletions(-) diff --git a/assets/index.css b/assets/index.css index 7f5764b..113704e 100644 --- a/assets/index.css +++ b/assets/index.css @@ -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; diff --git a/assets/index.html b/assets/index.html index d94c568..e5cc799 100644 --- a/assets/index.html +++ b/assets/index.html @@ -15,12 +15,18 @@ -