feat: add empty notes list view

This commit is contained in:
Baptiste Grob
2020-08-20 12:33:12 +02:00
parent 518063829f
commit 572e2ce371
2 changed files with 10 additions and 1 deletions

View File

@@ -13,6 +13,14 @@
-khtml-user-select: none;
-webkit-user-select: none;
.empty-notes-list {
flex-grow: 1;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
}
.content {
display: flex;
flex-direction: column;