Add attachment previews and data URLs for drops

This commit is contained in:
Shantur Rathore
2025-11-19 21:33:56 +00:00
parent d3ee15dcd7
commit 8fab34e356
4 changed files with 146 additions and 13 deletions

View File

@@ -31,6 +31,11 @@
color: var(--text-muted);
}
.message-attachments {
@apply flex flex-wrap gap-1.5 pt-2 mt-1;
border-top: 1px solid var(--border-base);
}
.message-error {
@apply text-xs mt-1;
color: var(--status-error);