add expand control for pasted text attachments
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user