notes add button fix margins
This commit is contained in:
@@ -14,6 +14,14 @@
|
||||
height: $notes-title-bar-height;
|
||||
font-weight: normal;
|
||||
font-size: 18px;
|
||||
|
||||
.title {
|
||||
width: calc(90% - 45px);
|
||||
}
|
||||
}
|
||||
|
||||
#notes-add-button {
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.tag-menu-bar {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
.content
|
||||
.section-title-bar#notes-title-bar
|
||||
.title {{ctrl.tag.title}} notes
|
||||
.add-button{"ng-click" => "ctrl.createNewNote()"} +
|
||||
.add-button#notes-add-button{"ng-click" => "ctrl.createNewNote()"} +
|
||||
%br
|
||||
.filter-section
|
||||
%input.filter-bar{"select-on-click" => "true", "ng-model" => "ctrl.noteFilter.text", "placeholder" => "Search", "ng-change" => "ctrl.filterTextChanged()", "lowercase" => "true"}
|
||||
|
||||
Reference in New Issue
Block a user