1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

Add context menu when no file (#7344)

* dirent none view support create folder

* fix permission
This commit is contained in:
Michael An
2025-01-10 15:48:34 +08:00
committed by GitHub
parent bab5a0f770
commit 02055139b5
4 changed files with 148 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
.tip-for-new-file-container {
display: flex;
justify-content: center;
height: 100%;
}
.tip-for-new-file {
margin: 0 auto;
padding: 2em 1em;