From 119ab367b8f9f5b59fc7bb92929ba818b66f867f Mon Sep 17 00:00:00 2001 From: Avinash Agarwal Date: Mon, 1 Apr 2019 23:17:10 +0530 Subject: [PATCH] remove-mod-btn-option-added --- client/styles/global.scss | 2 +- client/views/create/create.html | 5 +++++ client/views/create/create.js | 22 +++++++++++++++++++++- client/views/delete/delete.scss | 18 ++++++++++++++++++ 4 files changed, 45 insertions(+), 2 deletions(-) diff --git a/client/styles/global.scss b/client/styles/global.scss index 07fa29e7..e11fa92b 100644 --- a/client/styles/global.scss +++ b/client/styles/global.scss @@ -474,7 +474,7 @@ a { } .plusbuttoncontainer { - width: 51px; + width: 102px; height: 50px; } diff --git a/client/views/create/create.html b/client/views/create/create.html index c3b235b7..51233c64 100644 --- a/client/views/create/create.html +++ b/client/views/create/create.html @@ -13,6 +13,11 @@
+
+ {{#if minusButton}} +
+ - +
+ {{/if}}