✏️ Editar/reenviar mensagens do usuário

This commit is contained in:
2026-05-25 23:34:37 +00:00
parent 317981fa4b
commit 5b6585f1b3
2 changed files with 65 additions and 1 deletions
+13
View File
@@ -1242,6 +1242,19 @@ code {
transition: transform 0.3s ease;
}
/* Botão editar */
.msg-action-btn.btn-edit:hover {
color: #8b5cf6 !important;
}
.msg-action-btn.btn-edit:hover svg {
transform: scale(1.1);
}
.msg-action-btn.btn-edit svg {
transition: transform 0.2s ease;
}
.disclaimer {
font-size: 11px;
color: var(--text-muted);