From d5d661b13113af42c29123c747750008de9f8844 Mon Sep 17 00:00:00 2001 From: Thuan Pham Quoc Date: Sun, 10 Dec 2017 23:03:13 +0700 Subject: [PATCH 1/2] Fixed - make it easier to see the Adding Card btn at top of list --- client/components/lists/list.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 046851377..d58001409 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -81,6 +81,7 @@ .list-header-plus-icon color: #a6a6a6 + margin-right: 10px .highlight color: #ce1414 From e08f9686d8f26245047d19ad48df91cedabd55c2 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 11 Dec 2017 22:54:10 +0200 Subject: [PATCH 2/2] Make it easier to see the Add Card button at top of list. Thanks to thuanpq ! --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 871257ecd..23e4ae098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ This release adds the following new features: * [Change password of any user in Standalone Wekan Admin Panel](https://github.com/wekan/wekan/pull/1372); * [Performance optimization: Move more global subscriptions to template subscription](https://github.com/wekan/wekan/pull/1373); * [Auto update card cover with latest uploaded image attachment](https://github.com/wekan/wekan/pull/1387); -* [Always display attachment section for uploading file quickly](https://github.com/wekan/wekan/pull/1391). +* [Always display attachment section for uploading file quickly](https://github.com/wekan/wekan/pull/1391); +* [Make it easier to see the Add Card button at top of list](https://github.com/wekan/wekan/pull/1392). * Update tranlations. Add Latvian language; * Update to Meteor 1.6.0, Node 6.12.2 and MongoDB 3.2.18.