mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
feat: add empty state placeholder to page(#30)
* added "Empty folder" text to the page * added text for nonexistent directory and no search results
This commit is contained in:
@@ -97,6 +97,11 @@ body {
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.empty-folder {
|
||||
display: block;
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.uploaders-table th,
|
||||
.paths-table th {
|
||||
text-align: left;
|
||||
@@ -208,4 +213,4 @@ body {
|
||||
.path a {
|
||||
color: #3191ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user