fix: move editing buttons to the side

This commit is contained in:
sokumon 2025-12-21 23:08:28 +05:30
parent ec31833020
commit 2da83c4f49
2 changed files with 11 additions and 0 deletions

View file

@ -347,5 +347,8 @@
.edit-mode-buttons{
display: flex;
justify-content: flex-end;
position: absolute;
bottom: 5%;
right: 5%;
}
}

View file

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