Clicking on icon next to note title will filter list to notes that has been assigned with clicked icon.
This commit is contained in:
10
public/css/app.css
vendored
10
public/css/app.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user