Move 'Add question' button to left

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-04-23 14:43:08 +02:00 committed by Jonas Rittershofer
parent f3eb0ecf35
commit e6c99f1e93
2 changed files with 1 additions and 3 deletions

View file

@ -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);

View file

@ -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