From eb98e637e1e0ed3efd9f46a8caa54e8e22156403 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Sat, 2 Jun 2018 10:31:10 -0500 Subject: [PATCH] Resizer styles --- app/assets/javascripts/app/services/modelManager.js | 2 +- app/assets/stylesheets/app/_main.scss | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/app/services/modelManager.js b/app/assets/javascripts/app/services/modelManager.js index aaf577d37..1c6b2516d 100644 --- a/app/assets/javascripts/app/services/modelManager.js +++ b/app/assets/javascripts/app/services/modelManager.js @@ -167,7 +167,7 @@ class ModelManager { if(json_obj.deleted == true || unknownContentType) { if(json_obj.deleted && json_obj.dirty) { // Item was marked as deleted but not yet synced - // We need to create this item as usual, but just not add it to indivudal arrays + // We need to create this item as usual, but just not add it to individual arrays // i.e add to this.items but not this.notes (so that it can be retrieved with getDirtyItems) isDirtyItemPendingDelete = true; } else { diff --git a/app/assets/stylesheets/app/_main.scss b/app/assets/stylesheets/app/_main.scss index 45228e125..e90b32957 100644 --- a/app/assets/stylesheets/app/_main.scss +++ b/app/assets/stylesheets/app/_main.scss @@ -87,12 +87,15 @@ $footer-height: 32px; top: 0; right: 0; z-index: 1; - width: 8px; + width: 6px; height: 100%; position: absolute; cursor: col-resize; - background-color: rgb(224, 224, 224); + background-color: rgba(black, 0.05); opacity: 0; + border: 1px dashed rgba($blue-color, 0.15); + border-top: none; + border-bottom: none; &.left { left: 0;