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

@@ -132,10 +132,12 @@
display: block;
}
.attachment-remove {
.attachment-remove,
.attachment-download {
@apply ml-0.5 flex h-4 w-4 items-center justify-center rounded transition-colors;
}
.attachment-remove:hover {
.attachment-remove:hover,
.attachment-download:hover {
background-color: var(--attachment-chip-ring);
}