Skip to content

Commit

Permalink
fix: improve empty notes list style
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Aug 21, 2020
1 parent 65468a1 commit f43087b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/views/notes/notes-view.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/_notes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
display: flex;
justify-content: center;
align-items: center;
font-size: var(--sn-stylekit-font-size-h3);
}

.content {
Expand Down

0 comments on commit f43087b

Please sign in to comment.