From e6c99f1e937c98edd5624c6f92800c7c1f61422f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 23 Apr 2020 14:43:08 +0200 Subject: [PATCH] Move 'Add question' button to left Signed-off-by: Jan-Christoph Borchardt --- src/components/Questions/Question.vue | 2 -- src/views/Create.vue | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index b188195..7200d4b 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -155,8 +155,6 @@ export default { justify-content: stretch; margin-bottom: 22px; padding-left: 44px; - // room for the new question menu - padding-right: 44px; user-select: none; background-color: var(--color-main-background); diff --git a/src/views/Create.vue b/src/views/Create.vue index 68e36a6..4935a93 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -423,7 +423,7 @@ export default { top: var(--header-height); display: flex; align-items: center; - align-self: flex-end; + align-self: flex-start; width: 44px; height: var(--top-bar-height); // make sure this doesn't take any space and appear floating