Private
Public Access
1
0

Switch from Entry to TextView for multiline, paste support for attachments

This commit is contained in:
2025-06-12 20:35:56 -07:00
parent 137da5b3d1
commit 6fb88c3a0d
7 changed files with 179 additions and 22 deletions

View File

@@ -28,6 +28,9 @@
.message-input-entry {
font-size: 1.1rem;
border-radius: 8px;
padding: 12px;
border: 1px solid alpha(@borders, 0.5);
}
.attachment-preview-row {
@@ -38,7 +41,6 @@
.attachment-preview {
border-radius: 8px;
overflow: hidden;
border: 1px solid alpha(@borders, 0.5);
}