add expand control for pasted text attachments

This commit is contained in:
Shantur Rathore
2025-12-02 22:59:36 +00:00
parent f9ec757c64
commit a9500276c8
2 changed files with 72 additions and 5 deletions

View File

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