diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index 20357df..e5c8f07 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -162,7 +162,7 @@ export default { align-items: stretch; flex-direction: column; justify-content: stretch; - margin: 80px 0; + margin-bottom: 80px; padding-left: 44px; user-select: none; background-color: var(--color-main-background); diff --git a/src/views/Create.vue b/src/views/Create.vue index ef07c65..57586f7 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -68,25 +68,6 @@
- - - + + +
@@ -414,14 +414,14 @@ export default { position: sticky; // Above other menus z-index: 55; - top: var(--header-height); + bottom: 0px; + padding-bottom: 16px; display: flex; align-items: center; align-self: flex-start; - width: 44px; - // To not overlap navigation toggle - margin-left: 44px; - height: var(--top-bar-height); + + // To align with Drag-Handle + margin-left: 16px; .icon-add-white { opacity: 1;