From 9c6369e8d8ac31dea18218f7f387d2d2277070cc Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 17 Aug 2021 21:10:32 +0200 Subject: [PATCH] Make editor edit button at the bottom the default and make sure the done button stands out more --- src/components/input/editor.vue | 48 +++++++++------------- src/components/tasks/partials/comments.vue | 1 - src/styles/components/task.scss | 15 ------- src/styles/theme/variables/variables.scss | 3 -- 4 files changed, 19 insertions(+), 48 deletions(-) diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index 1b8f14406..fe03f3808 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -1,24 +1,5 @@