fix: improve empty notes list style

This commit is contained in:
Baptiste Grob
2020-08-21 10:49:49 +02:00
parent 65468a1a72
commit f43087bff4
2 changed files with 2 additions and 1 deletions

View File

@@ -94,7 +94,7 @@
faded="self.state.hideDate"
label="'Date'"
)
p.empty-notes-list.faded(ng-if="!self.state.renderedNotes.length") No Notes.
p.empty-notes-list.faded(ng-if="!self.state.renderedNotes.length") No notes.
.scrollable(ng-if="self.state.renderedNotes.length")
#notes-scrollable.infinite-scroll(
can-load='true',

View File

@@ -19,6 +19,7 @@
display: flex;
justify-content: center;
align-items: center;
font-size: var(--sn-stylekit-font-size-h3);
}
.content {