notes add button fix margins

This commit is contained in:
Mo Bitar
2017-05-04 00:33:39 -05:00
parent 954c3a5c3f
commit 17da2e1fc9
2 changed files with 9 additions and 1 deletions

View File

@@ -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 {