From 39e5bbf96690bf4d3352b42db1a73bbbd0ec0d66 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Fri, 10 Mar 2017 14:34:27 -0600 Subject: [PATCH] minor css --- app/assets/stylesheets/app/_tags.scss | 2 +- app/assets/templates/frontend/notes.html.haml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/app/_tags.scss b/app/assets/stylesheets/app/_tags.scss index e4b75bb57..3f622ee82 100644 --- a/app/assets/stylesheets/app/_tags.scss +++ b/app/assets/stylesheets/app/_tags.scss @@ -66,7 +66,7 @@ font-size: 11px; > .item { - margin-right: 1px; + margin-right: 2px; } opacity: 0.5; diff --git a/app/assets/templates/frontend/notes.html.haml b/app/assets/templates/frontend/notes.html.haml index bc0c9e637..98bb494a4 100644 --- a/app/assets/templates/frontend/notes.html.haml +++ b/app/assets/templates/frontend/notes.html.haml @@ -18,11 +18,11 @@ %li %a.text{"ng-click" => "ctrl.selectedMenuItem(); ctrl.selectedSortByCreated()"} %span.top.mt-5.mr-5{"ng-if" => "ctrl.sortBy == 'created_at'"} ✓ - Sort by date added + By date added %li %a.text{"ng-click" => "ctrl.selectedMenuItem(); ctrl.selectedSortByUpdated()"} %span.top.mt-5.mr-5{"ng-if" => "ctrl.sortBy == 'updated_at'"} ✓ - Sort by date modified + By date modified .scrollable .infinite-scroll{"infinite-scroll" => "ctrl.paginate()", "can-load" => "true", "threshold" => "200"}