diff --git a/css/style.scss b/css/style.scss index 7efaddf..035b101 100644 --- a/css/style.scss +++ b/css/style.scss @@ -34,7 +34,7 @@ min-height: 150px; width: 250px; padding: 10px; - border-radius: 3px; + border-radius: 8px; box-shadow: 0 4px 6px #c1c1c1; } @@ -150,9 +150,7 @@ } .circle-toolbar:hover { - color: #ccc; - text-decoration:none; - background:#333; + border-color: var(--color-primary-element); } .any-color { @@ -165,8 +163,9 @@ margin: 0 auto; padding: 15px; } + .note-grid-item { - margin-bottom: 10px; + margin-bottom: 14px; } /* Modal Note */ diff --git a/js/script.js b/js/script.js index d6e4ac3..9487256 100644 --- a/js/script.js +++ b/js/script.js @@ -464,7 +464,7 @@ View.prototype = { masonry: { isFitWidth: true, fitWidth: true, - gutter: 10, + gutter: 14, }, sortBy: 'pinnedNote', getSortData: { diff --git a/js/templates/navigation.handlebars b/js/templates/navigation.handlebars index 3f0b3aa..4b5dc3c 100644 --- a/js/templates/navigation.handlebars +++ b/js/templates/navigation.handlebars @@ -20,17 +20,6 @@ -