From 18e936fd28192538cc39d0413d7a85a69b65c6cb Mon Sep 17 00:00:00 2001 From: pravdomil Date: Tue, 19 Jun 2018 14:12:17 +0200 Subject: [PATCH 1/3] less margin-bottom after minicard --- client/components/cards/minicard.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index 38f829d0d..335182a39 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -5,7 +5,7 @@ position: relative display: flex align-items: center - margin-bottom: 9px + margin-bottom: 2px &.placeholder background: darken(white, 20%) From 6a587299b80a49fce0789628ff65885b5ed2c837 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 26 Jun 2018 01:02:19 +0300 Subject: [PATCH 2/3] - Add more card inner shadow. Thanks to pravdomil and xet7 ! Related #1690 --- client/components/cards/minicard.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index 335182a39..391a63165 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -37,7 +37,7 @@ flex-wrap: wrap background-color: #fff min-height: 20px - box-shadow: 0 1px 2px rgba(0,0,0,.15) + box-shadow: 0 0px 16px rgba(0,0,0,0.15) inset border-radius: 2px color: #4d4d4d overflow: hidden From b7d51456eb859cbdf5fbd627796d2c5038ad26d8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 26 Jun 2018 01:06:14 +0300 Subject: [PATCH 3/3] - Add more card inner shadow; - Less margin-bottom after minicard. Thanks pravdomil and xet7 ! Related #1690 Related https://github.com/wekan/wekan/pull/1713 --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 358763c36..a801988c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Upcoming Wekan release -This release fixes the following bugs: +This release adds the following new features: + +* [Add more card inner shadow](https://github.com/wekan/wekan/commit/6a587299b80a49fce0789628ff65885b5ed2c837); +* [Less margin-bottom after minicard](https://github.com/wekan/wekan/pull/1713); + +and fixes the following bugs: * [Fix typo in English translation](https://github.com/wekan/wekan/pull/1710); * [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714). -Thanks to GitHub users pravdomil and zypA13510 for their contributions. +Thanks to GitHub users pravdomil, xet7 and zypA13510 for their contributions. # v1.07 2018-06-14 Wekan release