fix: move editing buttons to the side
This commit is contained in:
parent
ec31833020
commit
2da83c4f49
2 changed files with 11 additions and 0 deletions
|
|
@ -347,5 +347,8 @@
|
|||
.edit-mode-buttons{
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
position: absolute;
|
||||
bottom: 5%;
|
||||
right: 5%;
|
||||
}
|
||||
}
|
||||
|
|
@ -29,4 +29,12 @@
|
|||
</header>
|
||||
<div class="desktop-container">
|
||||
</div>
|
||||
<div class="edit-mode-buttons">
|
||||
<button class="cancel btn btn-default ellipsis">
|
||||
{{ _("Cancel") }}
|
||||
</button>
|
||||
<button class="done btn btn-primary ellipsis">
|
||||
{{ _("Done") }}
|
||||
</button>
|
||||
</div>`
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue