feat: Lucide icons on edit/del/copy and inline edit save/cancel buttons

pencil → edit, trash-2 → del, copy → copy, check → copied feedback,
check → Save, x → Cancel. All small action buttons get inline-flex
alignment for consistent icon+label layout.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-03-26 23:32:19 -04:00
parent 826bd6cfe3
commit 4f09823afe
2 changed files with 23 additions and 9 deletions

View File

@@ -454,6 +454,9 @@
.message.assistant { position: relative; }
.copy-btn {
display: inline-flex;
align-items: center;
gap: 4px;
position: absolute;
top: 7px;
right: 8px;
@@ -714,6 +717,9 @@
.msg-wrapper:hover .msg-actions { opacity: 1; }
.msg-act-btn {
display: inline-flex;
align-items: center;
gap: 4px;
background: none;
border: 1px solid var(--border);
border-radius: 4px;
@@ -751,6 +757,9 @@
}
.edit-save-btn, .edit-cancel-btn {
display: inline-flex;
align-items: center;
gap: 4px;
background: none;
border: 1px solid var(--border);
border-radius: 4px;