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:
Joe Koop
2022-06-09 18:41:09 -05:00
committed by GitHub
parent 09788ed031
commit 0e236b61f6
3 changed files with 28 additions and 3 deletions

View File

@@ -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;
}
}
}