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