From 3ec97060a9cc0b711ff113a447f01686a7ef5bb8 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Fri, 5 Jun 2020 18:35:25 -0300 Subject: [PATCH] Move Tags above Notes on navigation and misc styles fixes --- css/style.scss | 9 ++++----- js/script.js | 2 +- js/templates/navigation.handlebars | 22 +++++++++++----------- 3 files changed, 16 insertions(+), 17 deletions(-) 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 @@ -
  • - - {{notesTxt}} - -
  • {{tagsTxt}} @@ -42,3 +31,14 @@ {{/each}}
  • +
  • + + {{notesTxt}} + +