From 74eb57947487576f8de200aa31b03f1f2f35186f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 26 Apr 2019 09:56:17 +0200 Subject: [PATCH] Add color picker to board edit mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/ColorPicker.vue | 14 ++++++++++++-- src/components/navigation/AppNavigationBoard.vue | 10 ++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/src/components/ColorPicker.vue b/src/components/ColorPicker.vue index 6e5f441a2..0d6a6705f 100644 --- a/src/components/ColorPicker.vue +++ b/src/components/ColorPicker.vue @@ -74,6 +74,7 @@ export default { display: block !important; overflow: hidden; border-radius: 3px; + margin-bottom: 10px; }