Clicking on icon next to note title will filter list to notes that has been assigned with clicked icon.

This commit is contained in:
kplaczek
2018-07-05 08:37:52 +02:00
parent 42c61feff8
commit 0b3d25d013
4 changed files with 47 additions and 7 deletions

10
public/css/app.css vendored
View File

@@ -20,6 +20,14 @@ textarea.content {
}
.note-title {
line-height: 32px;
}
h1.header span.icon.display-inline-block {
display: inline-block;
}
form {
margin-bottom: 0;
}
@@ -32,9 +40,11 @@ form {
display: flex;
align-items: center;
}
.flex.space-between {
justify-content: space-between;
}
.flex.header {
margin-bottom: 1rem;
}