UI: add "Continue" and "Remove" buttons below the last chat message

This commit is contained in:
oobabooga 2025-01-21 09:05:44 -08:00
parent ecb5d3c485
commit 5e99dded4e
3 changed files with 31 additions and 2 deletions

View file

@ -1259,6 +1259,16 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
left: 25px;
}
.footer-button.footer-continue-button {
bottom: -23px;
left: 50px;
}
.footer-button.footer-remove-button {
bottom: -23px;
left: 75px;
}
.message:hover .footer-button,
.user-message:hover .footer-button,
.assistant-message:hover .footer-button {